Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save krishicks/8303083a6d184eff44a032b06b6cd199 to your computer and use it in GitHub Desktop.
Save krishicks/8303083a6d184eff44a032b06b6cd199 to your computer and use it in GitHub Desktop.
- 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