File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # cloudbuild.yaml
2- # Placed inside handwritten/bigtable/
3-
41steps :
52# 1. Set up Node.js environment
63- name : ' gcr.io/cloud-builders/npm'
1512 dir : ' handwritten/bigtable'
1613 id : ' install-dependencies'
1714
18- # 3 . Configure environment variables for the tests and run system tests
15+ # 2 . Configure environment variables for the tests and run system tests
1916# - GOOGLE_APPLICATION_CREDENTIALS: GCB steps run as a service account
2017# that is typically granted permissions directly. Explicitly setting
2118# GOOGLE_APPLICATION_CREDENTIALS might not be needed if the GCB service
3936 # - name: 'sa-keys'
4037 # path: '/secrets'
4138
42- # 4 . (Optional) Code Coverage Reporting
39+ # 3 . (Optional) Code Coverage Reporting
4340- name : ' gcr.io/cloud-builders/npm'
4441 entrypoint : ' bash'
4542 args :
You can’t perform that action at this time.
0 commit comments