Skip to content

Instantly share code, notes, and snippets.

@matthewcosgrove
Created September 24, 2020 07:05
Show Gist options
  • Save matthewcosgrove/11a4b33b68940bd77274b48639624edf to your computer and use it in GitHub Desktop.
Save matthewcosgrove/11a4b33b68940bd77274b48639624edf to your computer and use it in GitHub Desktop.
Concourse
jobs:
- name: upload-product
plan:
- aggregate:
- do:
- get: pcf-pipelines-tarball
- task: unpack-tarball
config:
platform: linux
image_resource:
type: docker-image
source:
repository: czero/rootfs
run:
path: bash
args:
- -c
- tar -xvf pcf-pipelines-tarball/*.tgz
inputs:
- name: pcf-pipelines-tarball
path: ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment