Skip to content
Snippets Groups Projects
Commit f7cf3977 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Docker compose / rm does not like wildcards

parent 2bb3e1d5
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ test_api:
script:
- docker-compose -f api/test.yml run test
after_script:
- docker-compose -f api/test.yml run test rm -rf funkwhale_api/media/*
- docker-compose -f api/test.yml run test rm -rf funkwhale_api/media/
tags:
- dind
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment