This commit is contained in:
Jonathan Campbell 2017-05-08 03:57:48 -07:00
parent 86c91a7fd4
commit 2a470cf17d

View File

@ -1,6 +1,6 @@
#!/bin/bash
git checkout master-win-ci || exit 1
git merge --ff-only origin/master || exit 1
git merge --commit -m 'update' origin/master || exit 1
git push origin master-win-ci || exit 1
git checkout master || exit 1