We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b11db commit a74e61eCopy full SHA for a74e61e
1 file changed
handwritten/bigtable/cloudbuild.yaml
@@ -12,7 +12,7 @@ steps:
12
npm config set prefix /usr/local
13
npm install
14
npm run presystem-test
15
- dir: 'handwritten/bigtable' # Changed to '.' as the cloudbuild.yaml is in this directory
+ dir: 'handwritten/bigtable'
16
id: 'install-dependencies'
17
18
# 3. Configure environment variables for the tests and run system tests
@@ -58,7 +58,7 @@ steps:
58
# b) Replicate its functionality directly in this step.
59
# c) Store it in a GCS bucket and fetch it.
60
echo "Codecov reporting (if desired) would be integrated here."
61
- dir: 'handwritten/bigtable' # Changed to '.'
62
id: 'coverage-report'
63
64
# If you use Secret Manager for credentials, uncomment and configure:
0 commit comments