Skip to content

Commit ab33060

Browse files
committed
fix environment variables
1 parent 622e4f4 commit ab33060

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

samples/instrumentation-quickstart/docker-compose.cloudbuild.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ networks:
2222
default:
2323
name: cloudbuild
2424
external: true
25+
services:
26+
otelcol:
27+
environment:
28+
- GOOGLE_CLOUD_PROJECT=${_GOOGLE_CLOUD_PROJECT}
29+
- GOOGLE_CLOUD_QUOTA_PROJECT=${_GOOGLE_CLOUD_PROJECT}

0 commit comments

Comments
 (0)