Skip to content

Commit 71d7f84

Browse files
committed
Temporarily allow promote
1 parent 1510754 commit 71d7f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/promote.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ curl \
2929
-d "{\"status\": \"staged\", \"sourceRepo\": \"libs-staging-local\", \"targetRepo\": \"${targetRepo}\"}" \
3030
-f \
3131
-X \
32-
POST "${ARTIFACTORY_SERVER}/api/build/promote/${buildName}/${buildNumber}" > /dev/null # || { echo "Failed to promote" >&2; exit 1; }
32+
POST "${ARTIFACTORY_SERVER}/api/build/promote/${buildName}/${buildNumber}" > /dev/null || { echo "Failed to promote" >&2; }
3333

3434
echo "Promotion complete"
3535
echo $version > version/version

0 commit comments

Comments
 (0)