We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96fcc9 commit 02f62f4Copy full SHA for 02f62f4
.cl/cloudbuild.yaml
@@ -26,7 +26,6 @@ steps:
26
npm link @google-cloud/cloud-sql-connector
27
npx tap -c -t0 --disable-coverage --allow-empty-coverage system-test
28
timeout: 300s
29
- waitFor: ["-"]
30
- id: run sample tests
31
name: node:latest
32
entrypoint: bash
@@ -40,7 +39,6 @@ steps:
40
39
41
npx tap -c -t0 --disable-coverage --allow-empty-coverage examples/*/*/test/*{.cjs,.mjs,.ts}
42
43
44
availableSecrets:
45
secretManager:
46
- versionName: 'projects/$PROJECT_ID/secrets/MYSQL_CONNECTION_NAME/versions/latest'
0 commit comments