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
7ca6075f
Commit
7ca6075f
authored
Jun 26, 2017
by
Luclu7
Browse files
Another CI trick
parent
d2d04d53
Pipeline
#73
failed with stages
in 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7ca6075f
...
...
@@ -5,6 +5,8 @@ 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` > /usr/local/bin/docker-compose
-
docker-compose -f api/test.yml build
script
:
...
...
@@ -56,4 +58,4 @@ pages:
only
:
-
master
tags
:
-
docker
-
docker
\ No newline at end of file
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