Last active
July 27, 2017 11:36
-
-
Save delfer/6f09345ff167f49ea4e7d0f019e3d3b1 to your computer and use it in GitHub Desktop.
Trigger drone build
This file contains hidden or 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
| git tag build0 && git push origin build0 && sleep 600 && git push origin :build0 && git tag -d build0 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sleep shold be while drone cloning