Skip to content

Instantly share code, notes, and snippets.

@wunki
Created February 5, 2015 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wunki/5bb28b926f98d7302e4a to your computer and use it in GitHub Desktop.
Save wunki/5bb28b926f98d7302e4a to your computer and use it in GitHub Desktop.
Wercker tar
deploy:
steps:
- script:
name: tar
code: tar -czf $WERCKER_OUTPUT_DIR/$WERCKER_GIT_REPOSITORY-$(git rev-parse --short=7).tar.gz $WERCKER_SOURCE_DIR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment