Created
August 14, 2017 21:19
-
-
Save clintonb/1782a11801285ca3d1797370babba473 to your computer and use it in GitHub Desktop.
Updated loadtest branches
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
git checkout master | |
git pull | |
services=(credentials discovery ecommerce) | |
for service in "${services[@]}" | |
do | |
: | |
git checkout loadtest-${service} | |
git reset --hard master | |
git push -f | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment