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}}
|
secret_access_key: {{s3_secretkey}}
|
||||||
region_name: {{s3_region}}
|
region_name: {{s3_region}}
|
||||||
regexp: sts4/atom/snapshots/bosh-yaml-(.*).tgz
|
regexp: sts4/atom/snapshots/bosh-yaml-(.*).tgz
|
||||||
- name: snapshot-website
|
- name: vscode-snapshot-website
|
||||||
type: s3-multi
|
type: s3-multi
|
||||||
source:
|
source:
|
||||||
bucket: {{s3_prod_bucket}}
|
bucket: {{s3_prod_bucket}}
|
||||||
@@ -155,6 +155,16 @@ resources:
|
|||||||
path: snapshot/STS4/vscode-extensions
|
path: snapshot/STS4/vscode-extensions
|
||||||
options:
|
options:
|
||||||
- "--acl public-read"
|
- "--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
|
- name: slack-notification
|
||||||
type: slack-notification
|
type: slack-notification
|
||||||
source:
|
source:
|
||||||
@@ -508,7 +518,7 @@ jobs:
|
|||||||
- put: version
|
- put: version
|
||||||
params:
|
params:
|
||||||
file: version/version
|
file: version/version
|
||||||
- name: build-snapshot-website
|
- name: build-vscode-snapshot-website
|
||||||
serial: true
|
serial: true
|
||||||
plan:
|
plan:
|
||||||
- aggregate:
|
- aggregate:
|
||||||
@@ -534,8 +544,8 @@ jobs:
|
|||||||
passed:
|
passed:
|
||||||
- build-consourse-vsix-snapshot
|
- build-consourse-vsix-snapshot
|
||||||
- task: build-website
|
- task: build-website
|
||||||
file: sts4/concourse/tasks/build-website.yml
|
file: sts4/concourse/tasks/build-vscode-website.yml
|
||||||
- put: snapshot-website
|
- put: vscode-snapshot-website
|
||||||
params:
|
params:
|
||||||
path: website
|
path: website
|
||||||
- name: atom-language-servers-test
|
- name: atom-language-servers-test
|
||||||
|
|||||||
Reference in New Issue
Block a user