Skip to content

Commit

Permalink
build/push.sh: Add generated php/python files
Browse files Browse the repository at this point in the history
  • Loading branch information
brandsimon committed Nov 26, 2019
1 parent add835a commit 3a69ae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ echo "Pushing generated files back to GitHub..."
LAST_COMMIT_MESSAGE="$(git log --no-merges -1 --pretty=%B)"
git config --global user.email "[email protected]"
git config --global user.name "Travis CI"
git add php python
git commit -a -m "${COMMIT_MESSAGE}" -m '[ci skip]'
git tag -a "${COMMIT_MESSAGE}" -m "${LAST_COMMIT_MESSAGE}" -m "" -m "[ci skip]"
git remote remove origin
Expand Down

0 comments on commit 3a69ae4

Please sign in to comment.