Skip to content

Commit 5809da3

Browse files
committed
Fix permissions for wait-for-it.sh
1 parent b2401f0 commit 5809da3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
path: /home/runner/docker/.cache/poetry
3636
key: do-app-baseimage-django-node:364385f9d196a2bbe2d5faea025520cc0316501f-poetry-${{ hashFiles('poetry.lock') }}
3737
- run: make install
38+
- run: chmod +x .github/bin/wait-for-it.sh
3839
- run: .github/bin/wait-for-it.sh db:5432
3940
- run: make lint
4041
- run: make prepare-release

0 commit comments

Comments
 (0)