Update cloudbuild
This commit is contained in:
parent
0f69c0fbbe
commit
e867449d5a
@ -1,4 +1,16 @@
|
||||
steps:
|
||||
- name: 'gcr.io/cloud-builders/gsutil'
|
||||
args:
|
||||
- 'cp'
|
||||
- 'gs://esapi-tokenroom/access_token.json'
|
||||
- '/workspace/config/access_token.json'
|
||||
|
||||
- name: 'gcr.io/cloud-builders/gsutil'
|
||||
args:
|
||||
- 'cp'
|
||||
- 'gs://esapi-tokenroom/sheet_data.json'
|
||||
- '/workspace/config/sheet_data.json'
|
||||
|
||||
- name: 'node'
|
||||
entrypoint: 'npm'
|
||||
args: ['install']
|
||||
|
||||
Loading…
Reference in New Issue
Block a user