Skip to content

Commit

Permalink
Merge pull request #782 from communitiesuk/skip-update-ssm-plugin-on-…
Browse files Browse the repository at this point in the history
…deploy

Prevent SSM plugin update request during deployment
  • Loading branch information
wjrm500 authored Oct 14, 2024
2 parents e5eac26 + b6af07c commit 5e3bcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/migration-task-script.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_db_revision_id() -> str | None:
try:
grep_result = subprocess.check_output(
(
"copilot svc exec --name post-award "
"copilot svc exec --name post-award --yes false "
"--command \"bash -c 'launcher flask db current 2> /dev/null | grep head'\""
),
shell=True,
Expand Down

0 comments on commit 5e3bcfe

Please sign in to comment.