-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added LRA color plugin to build script * tag script update * added sleep * added lra to build.py deploy
- Loading branch information
1 parent
8b1f90a
commit 3a624b3
Showing
3 changed files
with
25 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,15 @@ | ||
#!/bin/bash | ||
|
||
version=$(git rev-list HEAD --count) | ||
# create and push tag then wait 30s - otherwise travis ignores tags | ||
git tag "release-little-ninja-v$version" | ||
git push origin --tags | ||
sleep 30 | ||
|
||
git tag "release-little-robot-adventure-v$version" | ||
git push origin --tags | ||
sleep 30 | ||
|
||
git tag "release-the-dragon-kid-v$version" | ||
git push origin --tags | ||
git push origin --tags | ||
sleep 30 |
Submodule little-ninja
updated
6 files