add hugo syntax check

lektura
max.mehl 2017-09-08 11:39:18 +02:00
parent 26d66edf05
commit ec03d7fc05
1 changed files with 6 additions and 1 deletions

View File

@ -1,9 +1,14 @@
pipeline:
build:
quality:
image: williamyeh/ansible:debian8
commands:
- ansible-playbook -vvv playbook.yml -i hosts --syntax-check
syntaxcheck:
image: publysher/hugo
commands:
- cd site; ./build/build.sh
deploy:
image: williamyeh/ansible:debian8
secrets: [ ssh_key ]