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: pipeline:
test: build:
image: plugins/docker privileged: true
dockerfile: Dockerfile.prod image: docker:stable-dind
repo: rancher/docs volumes:
context: . - /var/run/docker.sock:/var/run/docker.sock
commands:
- docker build -f Dockerfile.prod .
when:
event: [pull_request]
docker-publish-dev: docker-publish-dev:
group: publish group: publish