Skip to content

Commit

Permalink
Update pipeline-develop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmdksh authored May 9, 2024
1 parent f044420 commit 6469697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
git pull
docker compose stop devouch squid-db
docker compose rm -v -f devouch squid-db
docker rmi $(docker images | grep 'devouch' | awk '{print $3}')
docker rmi -f $(docker images | grep 'devouch' | awk '{print $3}')
docker volume rm $(docker volume ls | grep 'db-data' | awk '{print $2}')
docker compose up -d --build

0 comments on commit 6469697

Please sign in to comment.