Skip to content

Commit 8dd7d70

Browse files
committed
Eliminate unnecessary comments
1 parent 57bbdad commit 8dd7d70

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

handwritten/bigtable/cloudbuild.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# cloudbuild.yaml
2-
# Placed inside handwritten/bigtable/
3-
41
steps:
52
# 1. Set up Node.js environment
63
- name: 'gcr.io/cloud-builders/npm'
@@ -15,7 +12,7 @@ steps:
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
@@ -39,7 +36,7 @@ steps:
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:

0 commit comments

Comments
 (0)