We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6fd7b8 commit 24046c7Copy full SHA for 24046c7
1 file changed
samples/instrumentation-quickstart/cloudbuild-integration.yaml
@@ -16,7 +16,7 @@ steps:
16
- name: golang:1.25
17
dir: samples/instrumentation-quickstart/integrationtest
18
env:
19
- - COMPOSE_OVERRIDE_FILE=../docker-compose.cloudbuild.yaml
+ - COMPOSE_OVERRIDE_FILE=../docker-compose.cloudbuild.yaml,../docker-compose.creds.yaml
20
# https://github.com/testcontainers/testcontainers-go/issues/2754
21
- TESTCONTAINERS_RYUK_CONNECTION_TIMEOUT=10m
22
- TESTCONTAINERS_RYUK_RECONNECTION_TIMEOUT=10m
0 commit comments