Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open
stapled
Commits
0e922785
Verified
Commit
0e922785
authored
Aug 12, 2019
by
Maarten de Waard
🤘🏻
Browse files
hotfix building until GitLab fixes
https://gitlab.com/gitlab-org/gitlab-runner/issues/4501
parent
4efdeae7
Pipeline
#8268
passed with stages
in 8 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0e922785
...
...
@@ -18,7 +18,8 @@ variables:
build:compile-container:
image
:
docker:stable-git
services
:
-
docker:stable-dind
#- docker:stable-dind
-
docker:18-dind
# Hotfix for https://gitlab.com/gitlab-org/gitlab-runner/issues/4501
stage
:
build-containers
variables
:
GIT_STRATEGY
:
fetch
...
...
@@ -33,7 +34,8 @@ build:test-container:
stage
:
build-containers
image
:
docker:stable-git
services
:
-
docker:stable-dind
#- docker:stable-dind
-
docker:18-dind
# Hotfix for https://gitlab.com/gitlab-org/gitlab-runner/issues/4501
variables
:
GIT_STRATEGY
:
fetch
script
:
...
...
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