-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build/push.sh: Add generated php/python files
- Loading branch information
1 parent
add835a
commit 3a69ae4
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|