forked from cloudfoundry/cf-deployment-concourse-tasks
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtask.yml
28 lines (23 loc) · 948 Bytes
/
task.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
platform: linux
image_resource:
type: docker-image
source:
repository: relintdockerhubpushbot/cf-deployment-concourse-tasks
tag: latest
inputs:
- name: cf-deployment-concourse-tasks # - This repo
- name: bbl-state # - The repo containing the Director's bbl state dir
- name: release-tarball # - Directory containing the tarball to upload to the director
- name: version # - Directory containing the version of the tarball to upload to the director
run:
path: cf-deployment-concourse-tasks/bosh-upload-release/task
params:
BBL_STATE_DIR: bbl-state
# - Path to the directory containing the `bbl-state.json` file
# - The path is relative to the `bbl-state` input
# - If blank or '.', uses `bbl-state` input as the location for bbl state
# - If the specified path does not exist, it will be created
TARBALL_PREFIX:
# - This task will look for the tarball at
# - <release-tarball>/TARBALL_PREFIX-<version>.tgz