Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
funkwhale
Commits
0692dde0
Commit
0692dde0
authored
Jun 25, 2017
by
Eliot Berriot
Browse files
Missing container name in gitlabci
parent
3e7aaedf
Pipeline
#52
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0692dde0
stages
:
-
build
-
test
-
build
test_api
:
stage
:
test
...
...
@@ -9,7 +9,7 @@ test_api:
script
:
-
docker-compose -f api/test.yml run test
after_script
:
-
docker-compose -f api/test.yml run rm -rf api/funkwhale_api/media/*
-
docker-compose -f api/test.yml run
test
rm -rf api/funkwhale_api/media/*
tags
:
-
dind
...
...
@@ -37,6 +37,7 @@ build_front:
tags
:
-
docker
# When using dind, it's wise to use the overlayfs driver for
# improved performance.
# variables:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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