-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
47 changed files
with
16 additions
and
1,057 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
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
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 |
---|---|---|
|
@@ -2,20 +2,20 @@ | |
# Credit: https://gist.github.com/willprice/e07efd73fb7f13f917ea | ||
|
||
setup_git() { | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Travis CI" | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Github" | ||
} | ||
|
||
commit_git() { | ||
git checkout master | ||
# Current month and year, e.g: Apr 2018 | ||
dateAndMonth=`date "+%b %Y"` | ||
# Stage the modified files in docs/software/uav_core | ||
git add -f docs/software/uav_core/* | ||
# Stage the modified files in docs/software/mrs_uav_core | ||
git add -f docs/software/mrs_uav_core/* | ||
# Create a new commit with a custom build message | ||
# with "[skip ci]" to avoid a build loop | ||
# and Travis build number for reference | ||
git commit -m "Travis update: $dateAndMonth (Build $TRAVIS_BUILD_NUMBER)" -m "[skip ci]" | ||
git commit -m "Github update: $dateAndMonth" -m "[skip ci]" | ||
} | ||
|
||
upload_files() { | ||
|
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.