Rename build-website task/job
In preparation for adding a similar task for atom packages
This commit is contained in:
@@ -145,7 +145,7 @@ resources:
|
||||
secret_access_key: {{s3_secretkey}}
|
||||
region_name: {{s3_region}}
|
||||
regexp: sts4/atom/snapshots/bosh-yaml-(.*).tgz
|
||||
- name: snapshot-website
|
||||
- name: vscode-snapshot-website
|
||||
type: s3-multi
|
||||
source:
|
||||
bucket: {{s3_prod_bucket}}
|
||||
@@ -155,6 +155,16 @@ resources:
|
||||
path: snapshot/STS4/vscode-extensions
|
||||
options:
|
||||
- "--acl public-read"
|
||||
# - name: atom-snapshot-website
|
||||
# type: s3-multi
|
||||
# source:
|
||||
# bucket: {{s3_prod_bucket}}
|
||||
# access_key_id: {{s3_prod_accesskey}}
|
||||
# secret_access_key: {{s3_prod_secretkey}}
|
||||
# region_name: {{s3_region}}
|
||||
# path: snapshot/STS4/atom-packages
|
||||
# options:
|
||||
# - "--acl public-read"
|
||||
- name: slack-notification
|
||||
type: slack-notification
|
||||
source:
|
||||
@@ -508,7 +518,7 @@ jobs:
|
||||
- put: version
|
||||
params:
|
||||
file: version/version
|
||||
- name: build-snapshot-website
|
||||
- name: build-vscode-snapshot-website
|
||||
serial: true
|
||||
plan:
|
||||
- aggregate:
|
||||
@@ -534,8 +544,8 @@ jobs:
|
||||
passed:
|
||||
- build-consourse-vsix-snapshot
|
||||
- task: build-website
|
||||
file: sts4/concourse/tasks/build-website.yml
|
||||
- put: snapshot-website
|
||||
file: sts4/concourse/tasks/build-vscode-website.yml
|
||||
- put: vscode-snapshot-website
|
||||
params:
|
||||
path: website
|
||||
- name: atom-language-servers-test
|
||||
|
||||
Reference in New Issue
Block a user