summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2019-06-03 23:36:56 +0200
committerbartus2019-06-03 23:36:56 +0200
commiteee858149ee1f5d9fab88b65c6a001ea0d2ff336 (patch)
tree316efd62898746beb040dd908657a7c71b07b3bd
parent48223e7a8e1b742bb50194a8f934722a0077fc87 (diff)
downloadaur-eee858149ee1f5d9fab88b65c6a001ea0d2ff336.tar.gz
pull with rebase before pushing to AUR-repo
-rw-r--r--.travis_deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis_deploy.sh b/.travis_deploy.sh
index 80cd4b90ceeb..d802c2455be5 100644
--- a/.travis_deploy.sh
+++ b/.travis_deploy.sh
@@ -5,4 +5,4 @@ cp $TRAVIS_BUILD_DIR/$pkgname*$pkgver*.pkg.tar.xz $(pwd)
git add $pkgname*$pkgver*.pkg.tar.xz
git status
git commit -a -m "$pkgname $pkgver" -m "build_log: $TRAVIS_BUILD_WEB_URL"
-git push
+git pull --rebase && git push