Skip to content

Commit

Permalink
set git push.default
Browse files Browse the repository at this point in the history
  • Loading branch information
frantic1048 committed Jan 4, 2016
1 parent c81b6c6 commit bba1371
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ before_deploy:
deploy:
provider: releases
api_key: "$GH_TOKEN"
file: "nothing/pkg/kreogist-mu.tar.gz"
file: "pkg/kreogist-mu.tar.gz"
skip_cleanup: true
on:
branch: release
4 changes: 2 additions & 2 deletions before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ export PKGREL=$(<PKGBUILD grep pkgrel= | cut -d"=" -f 2 | sed "s/[\"']//g")

git config --global user.email $GIT_EMAIL
git config --global user.name $GIT_NAME
# git config --global push.default matching
git config --global push.default simple
git config --global push.followTags true
git add .
git commit -m "Travis: updated to ${PKGVER}-${PKGREL}"
git commit -m "Travis: updated to ${PKGVER}:${PKGREL}"
git tag "$PKGVER.$PKGREL"
git branch
git tag
Expand Down

0 comments on commit bba1371

Please # to comment.