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
a777d8cf
Commit
a777d8cf
authored
Jul 26, 2019
by
Michael Lundquist
Browse files
fixing the invalid yml error
parent
d02e0450
Pipeline
#4516
failed with stage
in 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a777d8cf
...
...
@@ -7,9 +7,9 @@ image:
entrypoint
:
[
"
/bin/sh"
,
"
-c"
]
variables
:
-
DOCKER_HOST
:
tcp://docker:2375/
-
DOCKER_DRIVER
:
overlay2
DOCKER_HOST
:
"
tcp://docker:2375/
"
DOCKER_DRIVER
:
"
overlay2
"
services
:
-
docker:dind
...
...
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