diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-12-03 10:47:37 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-12-03 19:07:23 -0500 |
commit | 5796ce9338c7fe2aa8a26766ff9e01448d785c99 (patch) | |
tree | 2bdbf64f25753f8d53b408b62b78f524cbe3ca0d /README.md | |
parent | 9098abc13882e6b665e46361721d3bcba7da55eb (diff) | |
download | stasis-5796ce9338c7fe2aa8a26766ff9e01448d785c99.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 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -163,6 +163,8 @@ stasis mydelivery.ini | --overwrite | n/a | Overwrite an existing release | | --no-docker | n/a | Do not build docker images | | --no-artifactory | n/a | Do not upload artifacts to Artifactory | +| --no-artifactory-build-info| n/a | Do not upload build info objects to Artifactory | +| --no-artifactory-upload | n/a | Do not upload artifacts to Artifactory (dry-run) | | --no-testing | n/a | Do not execute test scripts | | --no-parallel | n/a | Do not execute tests in parallel | | --no-rewrite | n/a | Do not rewrite paths and URLs in output files | |