Skip to content

Commit a74e61e

Browse files
committed
Remove the comment changed to
1 parent 20b11db commit a74e61e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

handwritten/bigtable/cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212
npm config set prefix /usr/local
1313
npm install
1414
npm run presystem-test
15-
dir: 'handwritten/bigtable' # Changed to '.' as the cloudbuild.yaml is in this directory
15+
dir: 'handwritten/bigtable'
1616
id: 'install-dependencies'
1717

1818
# 3. Configure environment variables for the tests and run system tests
@@ -58,7 +58,7 @@ steps:
5858
# b) Replicate its functionality directly in this step.
5959
# c) Store it in a GCS bucket and fetch it.
6060
echo "Codecov reporting (if desired) would be integrated here."
61-
dir: 'handwritten/bigtable' # Changed to '.'
61+
dir: 'handwritten/bigtable'
6262
id: 'coverage-report'
6363

6464
# If you use Secret Manager for credentials, uncomment and configure:

0 commit comments

Comments
 (0)