Skip to content

Commit

Permalink
Merge pull request #5389 from ustaxcourt/devex-automated-glue-fixeroo…
Browse files Browse the repository at this point in the history
…ni-to-test

Devex: automated glue fixerooni (to test)
  • Loading branch information
jimlerza authored Sep 24, 2024
2 parents bbcfe60 + 9b3e00d commit 076cf08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ jobs:
- run:
name: Setup Blue Green Migration If Needed
command: |
if [ "$DEPLOY_EMPTY_PERSISTENCE" == "true" ]; then
echo "skipping…"
exit 0
fi
./setup-for-blue-green-migration.sh
- run:
no_output_timeout: 20m
Expand Down
2 changes: 2 additions & 0 deletions scripts/migration/set-migration-complete-marker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@ aws dynamodb put-item \
--region us-east-1 \
--table-name "$SOURCE_TABLE" \
--item "$ITEM"

echo "CompletionMarker will be processed by streams-${ENV}-${DEPLOYING_COLOR} to approve the ${JOB_NAME} job in workflow ${CIRCLE_WORKFLOW_ID}."

0 comments on commit 076cf08

Please sign in to comment.