Skip to content

Commit

Permalink
chore: Remove unnecessary commented out code in pipeline-develop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aminlatifi committed May 21, 2024
1 parent 530d4a9 commit 0531fad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pipeline-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,4 @@ jobs:
git checkout -- .
git pull
docker compose stop devouch squid-db
# docker compose rm -v -f devouch squid-db
# 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 0531fad

Please sign in to comment.