diff --git a/script/ci/bluemix-devops/ci_release b/script/ci/bluemix-devops/ci_release index 81a732b..3550ba9 100755 --- a/script/ci/bluemix-devops/ci_release +++ b/script/ci/bluemix-devops/ci_release @@ -20,10 +20,10 @@ pushd semver-tool git checkout tags/1.2.1 popd -GIT_URL=`cat artefacts/.gitorigin` +SECURED_GIT_URL=`cat artefacts/.gitorigin` GIT_HASH=`cat artefacts/.gitcommithash` -SECURED_GIT_URL=`echo $GIT_URL | sed -e "s,https://,https://bluemixgarage:$OAUTH_TOKEN@,g"` +GIT_URL=`echo $SECURED_GIT_URL | sed -e "s,https://.@,https://,g"` mkdir prerelease pushd prerelease git clone $SECURED_GIT_URL