aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-02-12 23:59:45 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-02-12 23:59:45 -0500
commitb05c47b924a356e2f5cdd33c1fc125a8a6662121 (patch)
treef53aaa8bb1eb75bad5b84a0cef305149f674f682 /src/main.c
parenta09f506ff3ed6a47eb7b3cb045164defd6b8d198 (diff)
downloadstasis-b05c47b924a356e2f5cdd33c1fc125a8a6662121.tar.gz
Enable multiple named artifact upload sections in delivery context
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 2a0125d..a9addcd 100644
--- a/src/main.c
+++ b/src/main.c
@@ -208,6 +208,7 @@ int main(int argc, char *argv[], char *arge[]) {
tpl_register("conda.installer_platform", &ctx.conda.installer_platform);
tpl_register("system.arch", &ctx.system.arch);
tpl_register("system.platform", &ctx.system.platform[DELIVERY_PLATFORM_RELEASE]);
+ tpl_register("deploy.repo", &globals.jfrog.repo);
// Set up PREFIX/etc directory information
// The user may manipulate the base directory path with OMC_SYSCONFDIR