Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jlopez
wicopa
Commits
9c8ae216
Commit
9c8ae216
authored
May 24, 2019
by
jlopez
Browse files
gitlab-ci on jimmy
parent
de399f74
Pipeline
#188
failed with stages
in 3 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9c8ae216
stages
:
-
prebuild
-
build
-
test
-
deploy
...
...
@@ -12,7 +11,7 @@ services:
variables
:
# DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER
:
overlay
DOCKER_DRIVER
:
overlay
2
before_script
:
-
cat /etc/hosts
...
...
@@ -20,7 +19,7 @@ before_script:
-
docker info
PrebuildJob
:
stage
:
pre
build
stage
:
build
tags
:
-
jimmy
script
:
...
...
@@ -31,13 +30,6 @@ PrebuildJob:
-
wget -q http://web.mbb.univ-montp2.fr/download/wicopa.sql.gz
-
gunzip -d wicopa.sql.gz
-
pip install docker-compose
BuildJob
:
stage
:
build
tags
:
-
jimmy
script
:
-
docker-compose --version
-
docker info
-
docker-compose build
...
...
Write
Preview
Supports
Markdown
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