Update build script for package name change
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user