diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-02-13 00:12:36 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-02-13 00:13:28 -0500 |
commit | 48db0b38cee0b9ace130fa90c0df1c9cb490c570 (patch) | |
tree | 341fc9ce44ff8fa846d4d69c4c0186e4d24a7a07 /mission/jwst | |
parent | 8619ae5d5f3d8c0a724418608ada38b57177763e (diff) | |
download | stasis-48db0b38cee0b9ace130fa90c0df1c9cb490c570.tar.gz |
Write rendered templates to delivery storage
Diffstat (limited to 'mission/jwst')
-rw-r--r-- | mission/jwst/jwst.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mission/jwst/jwst.ini b/mission/jwst/jwst.ini index 594d448..7cbca95 100644 --- a/mission/jwst/jwst.ini +++ b/mission/jwst/jwst.ini @@ -3,7 +3,7 @@ release_fmt = %n-%v-%r-py%p-%o-%a [template:readme.md.in] -destination = README.md +destination = {{ storage.delivery_dir }}/README.md [template:release_notes.md.in] -destination = RELEASE_NOTES.md
\ No newline at end of file +destination = {{ storage.delivery_dir }}/release_notes.md |