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
247d8cd5
Commit
247d8cd5
authored
Jun 26, 2017
by
Luclu7
Browse files
Just another trick
parent
7ca6075f
Pipeline
#74
failed with stages
in 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
247d8cd5
...
...
@@ -7,12 +7,13 @@ test_api:
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` > /usr/local/bin/docker-compose
-
docker-compose -f api/test.yml build
-
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
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
:
-
docker
...
...
@@ -58,4 +59,4 @@ pages:
only
:
-
master
tags
:
-
docker
\ No newline at end of file
-
docker
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