Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jlopez
wicopa
Commits
cda47996
Commit
cda47996
authored
May 24, 2019
by
jlopez
Browse files
test gitlab-ci with a new runner
parent
f6f9a381
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cda47996
...
...
@@ -11,7 +11,7 @@ services:
-
docker:dind
variables
:
DOCKER_HOST
:
tcp://docker:2375
#
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER
:
overlay
before_script
:
...
...
@@ -22,7 +22,7 @@ before_script:
PrebuildJob
:
stage
:
prebuild
tags
:
-
bioco
-
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
...
...
@@ -36,7 +36,7 @@ PrebuildJob:
BuildJob
:
stage
:
build
tags
:
-
bioco
-
jimmy
script
:
-
docker-compose --version
-
docker info
...
...
@@ -45,21 +45,21 @@ BuildJob:
TestJob
:
stage
:
test
tags
:
-
bioco
-
jimmy
script
:
-
docker info
RunDeployment
:
stage
:
deploy
tags
:
-
bioco
-
jimmy
script
:
-
docker-compose up
checking
:
stage
:
check
tags
:
-
bioco
-
jimmy
script
:
-
netstat -naptu |grep -E "80|3306"
-
wget http://127.0.0.1:8000
...
...
Write
Preview
Markdown
is supported
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