diff --git a/.woodpecker.yml b/.woodpecker.yml index 27db0dc..6404f18 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,10 +2,10 @@ pipeline: docker-master: group: docker image: docker:stable - environment: - - DOCKER_HOST=tcp://docker:2375 +# environment: +# - DOCKER_HOST=tcp://docker:2375 commands: - - docker --tls=false ps + - docker ps when: event: - push @@ -14,4 +14,4 @@ pipeline: services: docker: image: docker:dind - commands: [ "--storage-driver=vfs", "--tls=false" ] +# commands: [ "--storage-driver=vfs", "--tls=false" ]