Commit 00218dbf authored by Madhura Bhave's avatar Madhura Bhave

Remove duplicate curl parameter

parent c23b0e99
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment