Skip to content

Commit

Permalink
fix: pass AIRBYTE_INSTALLATION_ID env-var to docker compose comma…
Browse files Browse the repository at this point in the history
…nd (#39139)
  • Loading branch information
colesnodgrass authored Jun 5, 2024
1 parent 12fd9d4 commit a1401c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-ab-platform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ if [ -z "$dockerDetachedMode" ]; then
TelemetryDockerUp &
fi

docker compose up $dockerDetachedMode
AIRBYTE_INSTALLATION_ID="${telemetryUserUUID}" docker compose up $dockerDetachedMode

# $? is the exit code of the last command. So here: docker compose up
if test $? -ne 0; then
Expand Down

0 comments on commit a1401c8

Please sign in to comment.