Skip to content

Instantly share code, notes, and snippets.

@delfer
Last active July 27, 2017 11:36
Show Gist options
  • Select an option

  • Save delfer/6f09345ff167f49ea4e7d0f019e3d3b1 to your computer and use it in GitHub Desktop.

Select an option

Save delfer/6f09345ff167f49ea4e7d0f019e3d3b1 to your computer and use it in GitHub Desktop.
Trigger drone build
git tag build0 && git push origin build0 && sleep 600 && git push origin :build0 && git tag -d build0
@delfer
Copy link
Author

delfer commented Jul 27, 2017

Sleep shold be while drone cloning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment