Update build script for package name change

This commit is contained in:
BoykoAlex
2017-08-11 22:29:33 -04:00
parent 1ef5498143
commit 9367b752cd

View File

@@ -114,7 +114,7 @@ resources:
access_key_id: {{s3_accesskey}}
secret_access_key: {{s3_secretkey}}
region_name: {{s3_region}}
regexp: sts4/atom/snapshots/(.*)cf-manifest-yaml-(.*).tgz
regexp: sts4/atom/snapshots/cf-manifest-yaml-(.*).tgz
- name: s3-atom-concourse-snapshot
type: s3
source:
@@ -122,7 +122,7 @@ resources:
access_key_id: {{s3_accesskey}}
secret_access_key: {{s3_secretkey}}
region_name: {{s3_region}}
regexp: sts4/atom/snapshots/(.*)concourse-pipeline-yaml-(.*).tgz
regexp: sts4/atom/snapshots/concourse-pipeline-yaml-(.*).tgz
- name: snapshot-website
type: s3-multi
source:
@@ -522,7 +522,7 @@ jobs:
aggregate:
- put: s3-atom-cf-manifest-yaml-snapshot
params:
file: out/*cf-manifest-yaml-*.tgz
file: out/cf-manifest-yaml-*.tgz
acl: public-read
- name: build-concourse-pipeline-yaml-atom-package
plan:
@@ -550,5 +550,5 @@ jobs:
aggregate:
- put: s3-atom-concourse-snapshot
params:
file: out/*concourse-pipeline-yaml-*.tgz
file: out/concourse-pipeline-yaml-*.tgz
acl: public-read