remove unused dind
This commit is contained in:
parent
f9268f31e9
commit
05a11b87ea
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@
|
||||||
.docker-build: &docker_build
|
.docker-build: &docker_build
|
||||||
# Use the official docker image.
|
# Use the official docker image.
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
services:
|
|
||||||
- docker:dind
|
|
||||||
before_script:
|
before_script:
|
||||||
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
||||||
# Default branch leaves tag empty (= latest tag)
|
# Default branch leaves tag empty (= latest tag)
|
||||||
|
|
Loading…
Reference in a new issue