Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Luclu7
funkwhale
Commits
de8b927d
Commit
de8b927d
authored
Jun 26, 2017
by
Luclu7
Browse files
Back to original !
parent
247d8cd5
Pipeline
#75
failed with stages
in 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
de8b927d
...
...
@@ -5,18 +5,14 @@ stages:
test_api
:
stage
:
test
before_script
:
-
apk update
-
apk add curl
-
curl -L https://github.com/docker/compose/releases/download/1.14.0/docker-compose-`uname -s`-`uname -m` > docker-compose
-
chmod +x docker-compose
-
./docker-compose -f api/test.yml build
-
docker-compose -f api/test.yml build
script
:
-
./
docker-compose -f api/test.yml run test
-
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
:
-
d
ocker
-
d
ind
build_front
:
stage
:
build
...
...
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