mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
Since 1.10 CI runner does not require dind to have a bash installed anymore. From now on, we can use the official dind image.
6 lines
54 B
YAML
6 lines
54 B
YAML
image: docker:dind
|
|
|
|
deploy:
|
|
script:
|
|
- ci/gitlab
|