aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-02-13 00:11:19 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-02-13 00:11:19 -0500
commit8619ae5d5f3d8c0a724418608ada38b57177763e (patch)
treee3f8b118edc67a9423343856d5e83afbf507dd11
parentb1018040a1b5a9b6351050fd4029b9bd4851b687 (diff)
downloadstasis-8619ae5d5f3d8c0a724418608ada38b57177763e.tar.gz
Render mission files
-rw-r--r--src/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 95f790e..fbab85b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -453,6 +453,9 @@ int main(int argc, char *argv[], char *arge[]) {
msg(OMC_MSG_L3, "Rewriting release spec file %s\n", path_basename(specfile));
delivery_rewrite_spec(&ctx, specfile);
+ msg(OMC_MSG_L1, "Rendering mission templates\n");
+ delivery_mission_render_files(&ctx);
+
msg(OMC_MSG_L1, "Uploading artifacts\n");
delivery_artifact_upload(&ctx);