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 9bee9e9 commit 9bb39f0Copy full SHA for 9bb39f0
ci/scripts/promote.sh
@@ -36,7 +36,7 @@ if [[ $RELEASE_TYPE = "RELEASE" ]]; then
36
curl \
37
-s \
38
--connect-timeout 240 \
39
- --max-time 900 \
+ --max-time 2700 \
40
-u ${ARTIFACTORY_USERNAME}:${ARTIFACTORY_PASSWORD} \
41
-H "Content-type:application/json" \
42
-d "{\"sourceRepos\": [\"libs-release-local\"], \"targetRepo\" : \"spring-distributions\"}" \
@@ -47,7 +47,7 @@ if [[ $RELEASE_TYPE = "RELEASE" ]]; then
47
48
49
50
51
-u ${BINTRAY_USERNAME}:${BINTRAY_PASSWORD} \
52
-H "Content-Type: application/json" -d "{\"username\": \"${SONATYPE_USERNAME}\", \"password\": \"${SONATYPE_PASSWORD}\"}" \
53
-f \
0 commit comments