Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Use correct branch for config (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-git-hub authored and hathind-ms committed Aug 4, 2018
1 parent e710869 commit bc6a2a2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/git/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,12 @@ tag_build_publish_repo() {
git reset --hard origin/master
git clean -xdf
fi
git checkout master

if [ "$REPO_NAME" == "pcs-config-dotnet" ]; then
git checkout RemoveServiceDependency
else
git checkout master
fi

echo "set url"
git remote set-url origin https://$GIT_ACCESS_TOKEN@github.com/Azure/$REPO_NAME.git
Expand Down

0 comments on commit bc6a2a2

Please sign in to comment.