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
Michael R Lundquist
whats-open
Commits
15ce8b80
Commit
15ce8b80
authored
Jul 26, 2019
by
Michael Lundquist
Browse files
moving to the docker-compose image.
parent
4fe1363e
Pipeline
#4513
failed with stage
in 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
15ce8b80
...
...
@@ -2,7 +2,9 @@
# - mysql:5.7
# .gitlab-ci.yml
image
:
docker
image
:
name
:
docker/compose:latest
entrypoint
:
[
"
/bin/sh"
,
"
-c"
]
services
:
-
docker:dind
...
...
@@ -11,9 +13,11 @@ types:
build
:
script
:
-
apt-get install py-pip python-dev
# libffi-dev openssl-dev gcc libc-dev make
-
pip install docker-compose
-
docker-compose up -d
#- apt-get install py-pip python-dev # libffi-dev openssl-dev gcc libc-dev make
#- pip install docker-compose
-
docker-compose down
-
docker-compose build
-
docker-compose up tester-image
# before_script:
...
...
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