Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
Fix permissions for wait-for-it.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
janbaykara committed Apr 5, 2022
1 parent b2401f0 commit 5809da3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
path: /home/runner/docker/.cache/poetry
key: do-app-baseimage-django-node:364385f9d196a2bbe2d5faea025520cc0316501f-poetry-${{ hashFiles('poetry.lock') }}
- run: make install
- run: chmod +x .github/bin/wait-for-it.sh
- run: .github/bin/wait-for-it.sh db:5432
- run: make lint
- run: make prepare-release
Expand Down

0 comments on commit 5809da3

Please sign in to comment.