Skip to content

Commit

Permalink
chore: d
Browse files Browse the repository at this point in the history
  • Loading branch information
PgmJun committed Sep 9, 2024
1 parent a722d64 commit 50888a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/be-cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
- name: Kill previous application
run: |
PID=$(lsof -t -i:8080)
if [ -n "$PID" ]; then
if [ -n "${PID}" ]; then
echo "Killing process $PID running on port 8080"
kill -9 $PID
echo "Process $PID has been killed"
Expand Down

0 comments on commit 50888a3

Please sign in to comment.