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
98c127aa
Commit
98c127aa
authored
May 24, 2019
by
remy
Browse files
test gitlab-ci
parent
aa54a57e
Pipeline
#190
failed with stages
in 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
98c127aa
...
...
@@ -14,24 +14,20 @@ variables:
DOCKER_DRIVER
:
overlay2
before_script
:
-
cat /etc/hosts
-
cat /etc/resolv.conf
-
docker info
-
apk add --no-cache py-pip
-
pip install docker-compose
Pre
buildJob
:
buildJob
:
stage
:
build
tags
:
-
jimmy
script
:
-
apk update
-
apk add --no-cache
py-pip
python-dev libffi-dev openssl-dev gcc libc-dev make wget gzip git net-tools
-
apk add --no-cache python-dev libffi-dev openssl-dev gcc libc-dev make wget gzip git net-tools
-
git clone https://gitlab.mbb.univ-montp2.fr/jlopez/wicopa.git
-
cd wicopa
-
wget -q http://web.mbb.univ-montp2.fr/download/wicopa.sql.gz
-
gunzip -d wicopa.sql.gz
-
pip install docker-compose
-
docker-compose --version
-
docker info
-
docker-compose build
TestJob
:
...
...
@@ -42,8 +38,7 @@ TestJob:
-
docker info
-
docker ps
-
which docker-compose
-
docker run --rm --name dind which docker-compose
-
docker run --rm --name docker which docker-compose
-
docker-compose --version
RunDeployment
:
stage
:
deploy
...
...
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