Created
October 4, 2017 18:34
-
-
Save dymurray/5b3bd839d59445d4c0e10a840abf16c8 to your computer and use it in GitHub Desktop.
This file contains 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
#!/bin/sh | |
for repo in rhscl-postgresql-apb mediawiki123-apb jenkins-apb manageiq-apb wordpress-ha-apb thelounge-apb rocketchat-apb rhscl-mariadb-apb rds-postgres-apb pyzip-demo-apb pyzip-demo-db-apb nginx-apb hello-world-db-apb hello-world-apb hastebin-apb etherpad-apb rhscl-mysql-apb; do | |
cd $repo && git add . && git commit -m "Bug 1498185 - Move version label onto APB spec"; cd .. | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment