Skip to content

Commit

Permalink
Emergency fix for azure scripts
Browse files Browse the repository at this point in the history
If people fork before this is working, it is very hard to get them updates.
  • Loading branch information
shadowofbitoiu authored and GitHub Enterprise committed Feb 15, 2019
1 parent c57fa7b commit c40e3c5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions scripts/reset-az.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
echo "Re-setting Demo"

# Force push HEAD to baseline
echo "Reverting master to baseline tag"
git fetch --tags
git checkout master
git reset --hard baseline
git push com baseline:master -f
git reset --hard origin/master
git push com master -f

0 comments on commit c40e3c5

Please sign in to comment.