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 --- include/omc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/omc.h') diff --git a/include/omc.h b/include/omc.h index 21ffd0a..bb49dd1 100644 --- a/include/omc.h +++ b/include/omc.h @@ -61,6 +61,7 @@ struct OMC_GLOBAL { char *os; char *arch; char *remote_filename; + char *repo; } jfrog; }; -- cgit