Skip to content

Commit 90f660b

Browse files
authored
Merge pull request #50 from CGC-2026/hotfix/cloud-migrations
2 parents fc80a74 + 6e9b184 commit 90f660b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/ci/deploy_via_ssm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ COMMANDS_JSON=$(cat <<JSON
3434
JSON
3535
)
3636

37-
./scripts/ci/ssm_run_and_wait.sh "${COMMANDS_JSON}"
37+
bash ./scripts/ci/ssm_run_and_wait.sh "${COMMANDS_JSON}"

scripts/ci/migrate_via_ssm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ COMMANDS_JSON=$(cat <<JSON
2424
JSON
2525
)
2626

27-
./scripts/ci/ssm_run_and_wait.sh "${COMMANDS_JSON}"
27+
bash ./scripts/ci/ssm_run_and_wait.sh "${COMMANDS_JSON}"

0 commit comments

Comments
 (0)