Skip to content

Commit 79b7233

Browse files
author
Nathan Zylbersztejn
authored
ci: stop publishing builds on GCS
1 parent d36f28c commit 79b7233

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

cloudbuild.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ steps:
1111
- name: 'gcr.io/cloud-builders/gsutil'
1212
args: ['cp', 'lib/index.js', 'gs://mrbot-cdn/webchat-latest.js']
1313

14-
- name: 'gcr.io/cloud-builders/gsutil'
15-
args: ['acl', 'ch', '-u', 'AllUsers:R', 'gs://mrbot-cdn/webchat-$TAG_NAME.js']
16-
- name: 'gcr.io/cloud-builders/gsutil'
17-
args: ['acl', 'ch', '-u', 'AllUsers:R', 'gs://mrbot-cdn/webchat-latest.js']
18-
1914
- name: 'gcr.io/cloud-builders/gcloud'
2015
args:
2116
- kms
@@ -36,4 +31,4 @@ steps:
3631
- HOME=/root/
3732
volumes:
3833
- name: 'home'
39-
path: /root/
34+
path: /root/

0 commit comments

Comments
 (0)