From b05c47b924a356e2f5cdd33c1fc125a8a6662121 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 12 Feb 2024 23:59:45 -0500 Subject: Enable multiple named artifact upload sections in delivery context --- src/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.c') 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 -- cgit