Created
September 24, 2020 07:05
-
-
Save matthewcosgrove/11a4b33b68940bd77274b48639624edf to your computer and use it in GitHub Desktop.
Concourse
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
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