This commit is contained in:
parent
b4068cf438
commit
9eb1b24f01
1 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
docker-master:
|
docker-master:
|
||||||
group: docker
|
# group: docker
|
||||||
image: docker:stable
|
image: plugins/docker
|
||||||
# environment:
|
# environment:
|
||||||
# - DOCKER_HOST=tcp://docker:2375
|
# - DOCKER_HOST=tcp://docker:2375
|
||||||
commands:
|
commands:
|
||||||
|
@ -11,7 +11,7 @@ pipeline:
|
||||||
- push
|
- push
|
||||||
branch: 'master'
|
branch: 'master'
|
||||||
|
|
||||||
services:
|
#services:
|
||||||
docker:
|
# docker:
|
||||||
image: docker:dind
|
# image: docker:dind
|
||||||
# commands: [ "--storage-driver=vfs", "--tls=false" ]
|
## commands: [ "--storage-driver=vfs", "--tls=false" ]
|
||||||
|
|
Loading…
Reference in a new issue