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
6b03027f
Commit
6b03027f
authored
May 24, 2019
by
remy
Browse files
updating gitlab ci file
parent
d0e2d802
Pipeline
#182
failed with stages
in 3 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6b03027f
...
...
@@ -2,6 +2,7 @@ stages:
-
build
-
test
-
deploy
-
check
image
:
docker:latest
...
...
@@ -24,6 +25,8 @@ PrebuildJob:
BuildJob
:
stage
:
build
tags
:
-
bioco
script
:
-
docker-compose --version
-
docker info
...
...
@@ -31,6 +34,8 @@ BuildJob:
TestJob
:
stage
:
test
tags
:
-
bioco
script
:
-
docker info
...
...
@@ -40,6 +45,12 @@ RunDeployment:
-
bioco
script
:
-
docker-compose up
checking
:
stage
:
check
tags
:
-
bioco
script
:
-
netstat -naptu |grep -E "80|3306"
-
wget http://127.0.0.1:8000
-
cat index.*
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