Travis: git workflow for pending sql in a single line

This commit is contained in:
Yehonal
2018-01-28 15:14:53 +01:00
committed by GitHub
parent f5f2e5bbf3
commit ef2a928e73

View File

@@ -18,9 +18,7 @@ before_install:
# push changes to git if any
- git fetch --unshallow
- git checkout master
- git add -A .
- git commit -am "Importing pending sql"
- git push https://$GITHUB_API_KEY@github.com/azerothcore/azerothcore-wotlk.git master;
- git add -A . && git commit -am "Importing pending sql" && git push https://$GITHUB_API_KEY@github.com/azerothcore/azerothcore-wotlk.git master;
install:
# install OS deps (apt-get)