Skip to content

Commit

Permalink
Prevent SSM plugin update request during deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
wjrm500 committed Oct 14, 2024
1 parent e5eac26 commit b6af07c
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 b6af07c

Please sign in to comment.