Skip to content

Instantly share code, notes, and snippets.

@codeword
Last active October 27, 2015 21:48
Show Gist options
  • Save codeword/4991d51437c2cd48f883 to your computer and use it in GitHub Desktop.
Save codeword/4991d51437c2cd48f883 to your computer and use it in GitHub Desktop.
download the whole working dir of a concourse task using fly intercept
fly -t production i -b [build number] -t task "tar" "-cO" "/tmp/build/" | tail -n +2 > [path/to/tar.tar]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment