Last active
October 27, 2015 21:48
-
-
Save codeword/4991d51437c2cd48f883 to your computer and use it in GitHub Desktop.
download the whole working dir of a concourse task using fly intercept
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
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