Merge pull request #98 from vincent99/master

Add test build
This commit is contained in:
Vincent Fiduccia
2018-05-08 13:03:10 -07:00
committed by GitHub
2 changed files with 13 additions and 0 deletions
+11
View File
@@ -1,5 +1,16 @@
---
pipeline:
build:
# Do things
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
image: plugins/docker
+2
View File
@@ -7,6 +7,8 @@ pluralizeListTitles = false
# disableKinds = ["RSS"]
enableRobotsTXT = true
pygmentsCodeFences=true
pygmentsCodeFencesGuessSyntax=true
[permalinks]
inside-pages = "/:filename/"