Remove duplicate curl parameter

This commit is contained in:
Madhura Bhave 2018-02-27 18:56:06 -08:00
parent c23b0e99f1
commit 00218dbfea
1 changed files with 0 additions and 1 deletions

View File

@ -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 \