Skip to content

Commit

Permalink
atomic push with commit and tag for travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gaplo917 committed Jan 15, 2021
1 parent 320b678 commit b00e1f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis/commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ else
# Add new "origin" with access token in the git URL for authentication
git remote add origin https://gaplo917:${GITHUB_TOKEN}@github.com/gaplo917/Ligatured-Hack.git > /dev/null 2>&1

git push origin HEAD:master --quiet;
git push origin "$GIT_TAG" --quiet
git push --atomic origin HEAD:master "$GIT_TAG";
fi

0 comments on commit b00e1f2

Please sign in to comment.