Created
May 5, 2017 15:41
-
-
Save krishicks/8303083a6d184eff44a032b06b6cd199 to your computer and use it in GitHub Desktop.
This file contains 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
- op: add | |
path: /jobs/task=yourtaskname/config | |
value: | |
platform: linux | |
image_resource: | |
type: docker-image | |
source: | |
repository: cloudfoundry/cflinuxfs2 | |
inputs: | |
- name: pcf-pipelines-tarball | |
outputs: | |
- name: pcf-pipelines | |
run: | |
path: sh | |
args: ["-c", "tar -xvf pcf-pipelines-tarball/*.tgz"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment