Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
funkwhale
Commits
f7cf3977
Commit
f7cf3977
authored
Jun 25, 2017
by
Eliot Berriot
Browse files
Docker compose / rm does not like wildcards
parent
2bb3e1d5
Pipeline
#54
passed with stages
in 1 minute and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f7cf3977
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment