Skip to content

Commit 22af9ea

Browse files
committed
mark scripts as executable
1 parent 92615fe commit 22af9ea

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- name: Setup the solutions
3737
run: |
3838
pip install awscli-local
39-
bash solutions/dynamodb-outage.sh
40-
bash solutions/route53-failover.sh
39+
./solutions/dynamodb-outage.sh
40+
./solutions/route53-failover.sh
4141
4242
- name: Debug steps
4343
run: |

solutions/dynamodb-outage.sh

100644100755
File mode changed.

solutions/route53-failover.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)