aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-12-03 10:47:37 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-12-03 10:47:37 -0500
commit1aeebc2621260674d6da34fc87dff51ceae6cc35 (patch)
treefd07452eddb28b0c956d6fe3c43c6c4bc2593184 /src/lib
parent0d73bdcd1938a2bf2b35e92c0ab99495451a8b73 (diff)
downloadstasis-1aeebc2621260674d6da34fc87dff51ceae6cc35.tar.gz
Add ability to use artifactory without uploading any artifacts at the end.
* New option: --no-artifactory-upload * Implies --no-artifactory-build-info * Updated README.md
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/core/globals.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/core/globals.c b/src/lib/core/globals.c
index 83465f1..0f0941a 100644
--- a/src/lib/core/globals.c
+++ b/src/lib/core/globals.c
@@ -37,6 +37,7 @@ struct STASIS_GLOBAL globals = {
.enable_docker = true, ///< Toggle docker usage
.enable_artifactory = true, ///< Toggle artifactory server usage
.enable_artifactory_build_info = true, ///< Toggle build-info uploads
+ .enable_artifactory_upload = true, ///< Toggle artifactory file uploads
.enable_testing = true, ///< Toggle [test] block "script" execution. "script_setup" always executes.
.enable_rewrite_spec_stage_2 = true, ///< Leave template stings in output files
.enable_parallel = true, ///< Toggle testing in parallel