Skip to content

Commit 29cf785

Browse files
committed
temp
1 parent eae69fd commit 29cf785

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v3
19-
- name: Clean compose volumes before running
20-
if: always()
21-
run: docker volume rm $(docker volume ls -q )
2219
- name: Start compose
2320
run: docker-compose -f "docker-compose.yaml" up --build
2421
- name: Stop compose

0 commit comments

Comments
 (0)