This commit is contained in:
Vincent Fiduccia
2018-05-08 12:56:47 -07:00
parent f3832dc342
commit e236b7ec12
+9 -5
View File
@@ -1,10 +1,14 @@
---
pipeline:
test:
image: plugins/docker
dockerfile: Dockerfile.prod
repo: rancher/docs
context: .
build:
privileged: true
image: docker:stable-dind
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- docker build -f Dockerfile.prod .
when:
event: [pull_request]
docker-publish-dev:
group: publish