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 \
|
||||
-u ${ARTIFACTORY_USERNAME}:${ARTIFACTORY_PASSWORD} \
|
||||
-H "Content-type:application/json" \
|
||||
-u ${ARTIFACTORY_USERNAME}:${ARTIFACTORY_PASSWORD} \
|
||||
-d "{\"sourceRepos\": [\"libs-release-local\"], \"targetRepo\" : \"spring-distributions\"}" \
|
||||
-f \
|
||||
-X \
|
||||
|
|
|
|||
Loading…
Reference in New Issue