aboutsummaryrefslogtreecommitdiff
path: root/src/deliverable.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-04-12 15:57:32 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-04-12 15:57:32 -0400
commit507c003a36584fae29cba00ca8e264488f39476e (patch)
treed1062275360e96071ca3e8bf8b3d0be9df4a9a06 /src/deliverable.c
parent4049e0de876611d1d94fbd0185a0ab9722cb8ce1 (diff)
downloadstasis-507c003a36584fae29cba00ca8e264488f39476e.tar.gz
Save raw and rendered versions of the input configuration.
Diffstat (limited to 'src/deliverable.c')
-rw-r--r--src/deliverable.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/deliverable.c b/src/deliverable.c
index b7331e0..4c29fa4 100644
--- a/src/deliverable.c
+++ b/src/deliverable.c
@@ -228,6 +228,8 @@ void delivery_init_dirs_stage2(struct Delivery *ctx) {
path_store(&ctx->storage.delivery_dir, PATH_MAX, ctx->storage.output_dir, "delivery");
path_store(&ctx->storage.results_dir, PATH_MAX, ctx->storage.output_dir, "results");
path_store(&ctx->storage.package_dir, PATH_MAX, ctx->storage.output_dir, "packages");
+ path_store(&ctx->storage.cfgdump_dir, PATH_MAX, ctx->storage.output_dir, "config");
+
path_store(&ctx->storage.conda_artifact_dir, PATH_MAX, ctx->storage.package_dir, "conda");
path_store(&ctx->storage.wheel_artifact_dir, PATH_MAX, ctx->storage.package_dir, "wheels");
path_store(&ctx->storage.docker_artifact_dir, PATH_MAX, ctx->storage.package_dir, "docker");