mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 22:26:22 +00:00
Travis: git workflow for pending sql in a single line
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user