Remove duplicate curl parameter
This commit is contained in:
parent
c23b0e99f1
commit
00218dbfea
|
|
@ -39,7 +39,6 @@ if [[ $RELEASE_TYPE = "RELEASE" ]]; then
|
||||||
--max-time 900 \
|
--max-time 900 \
|
||||||
-u ${ARTIFACTORY_USERNAME}:${ARTIFACTORY_PASSWORD} \
|
-u ${ARTIFACTORY_USERNAME}:${ARTIFACTORY_PASSWORD} \
|
||||||
-H "Content-type:application/json" \
|
-H "Content-type:application/json" \
|
||||||
-u ${ARTIFACTORY_USERNAME}:${ARTIFACTORY_PASSWORD} \
|
|
||||||
-d "{\"sourceRepos\": [\"libs-release-local\"], \"targetRepo\" : \"spring-distributions\"}" \
|
-d "{\"sourceRepos\": [\"libs-release-local\"], \"targetRepo\" : \"spring-distributions\"}" \
|
||||||
-f \
|
-f \
|
||||||
-X \
|
-X \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue