Skip to content

Commit

Permalink
EDSC-4351: Fixes env variable (#1853)
Browse files Browse the repository at this point in the history
  • Loading branch information
macrouch authored Feb 6, 2025
1 parent d84630c commit 21a8469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy-bamboo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ dockerRun() {
-e "STAGE_NAME=$bamboo_STAGE_NAME" \
-e "SUBNET_ID_A=$bamboo_SUBNET_ID_A" \
-e "SUBNET_ID_B=$bamboo_SUBNET_ID_B" \
-e "USE_CACHE=$bamboo_USE_CACHE" \
-e "USE_IMAGE_CACHE=$bamboo_USE_IMAGE_CACHE" \
-e "VPC_ID=$bamboo_VPC_ID" \
$dockerTag "$@"
}
Expand Down

0 comments on commit 21a8469

Please sign in to comment.