Skip to content

Commit

Permalink
feat: Export DEPLOYMENT_ID as CCI_ORB_AWS_ECS_DEPLOYMENT_ID (#214)
Browse files Browse the repository at this point in the history
Co-authored-by: Mateo Arboleda <mateo.arboleda@circleci.com>
  • Loading branch information
nicoalonsop and marboledacci committed Aug 22, 2024
1 parent ad1fb15 commit b3b9f67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/update_bluegreen_service_via_task_def.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ if [ "$ORB_BOOL_VERIFY_REV_DEPLOY" == "1" ]; then
fi
fi

echo "export CCI_ORB_AWS_ECS_DEPLOYMENT_ID='${DEPLOYMENT_ID}'" >> "$BASH_ENV"
echo "export CCI_ORB_AWS_ECS_DEPLOYED_REVISION='${DEPLOYED_REVISION}'" >> "$BASH_ENV"

0 comments on commit b3b9f67

Please sign in to comment.