We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcad69f commit 3dd59baCopy full SHA for 3dd59ba
ci/scripts/promote.sh
@@ -29,7 +29,7 @@ curl \
29
-X \
30
POST "${ARTIFACTORY_SERVER}/api/build/promote/${buildName}/${buildNumber}" > /dev/null || { echo "Failed to promote" >&2; exit 1; }
31
32
-elif [[ $RELEASE_TYPE = "RELEASE" ]]; then
+if [[ $RELEASE_TYPE = "RELEASE" ]]; then
33
curl \
34
-u ${ARTIFACTORY_USERNAME}:${ARTIFACTORY_PASSWORD} \
35
-H"Content-type:application/json" \
0 commit comments