Skip to content

Commit 5fdb3af

Browse files
committed
fix environment variables
1 parent 622e4f4 commit 5fdb3af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/instrumentation-quickstart/cloudbuild-integration.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ steps:
2020
# https://github.com/testcontainers/testcontainers-go/issues/2754
2121
- TESTCONTAINERS_RYUK_CONNECTION_TIMEOUT=10m
2222
- TESTCONTAINERS_RYUK_RECONNECTION_TIMEOUT=10m
23+
- GOOGLE_CLOUD_PROJECT=${_GOOGLE_CLOUD_PROJECT}
24+
- GOOGLE_CLOUD_QUOTA_PROJECT=${_GOOGLE_CLOUD_PROJECT}
2325
script: go test -v
2426

2527
logsBucket: gs://opentelemetry-ops-e2e-cloud-build-logs

0 commit comments

Comments
 (0)