From 00218dbfeaa23d1f72f6224cc5333f99623d9471 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Tue, 27 Feb 2018 18:56:06 -0800 Subject: [PATCH] Remove duplicate curl parameter --- ci/scripts/promote.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/scripts/promote.sh b/ci/scripts/promote.sh index adfcabcfd9..eef493f4bc 100755 --- a/ci/scripts/promote.sh +++ b/ci/scripts/promote.sh @@ -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 \