From ef2a928e735d8c34edd42c716ecd0d5882dd8a04 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sun, 28 Jan 2018 15:14:53 +0100 Subject: [PATCH] Travis: git workflow for pending sql in a single line --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 04529fd72..ccf6d31b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)