attempt to correct gate step

This commit is contained in:
Bastian de Byl
2020-09-28 23:38:25 -04:00
parent 75c3982b97
commit c7ac314040

View File

@@ -12,7 +12,7 @@ steps:
commands: commands:
- git fetch origin +refs/heads/master - git fetch origin +refs/heads/master
- git show-ref - git show-ref
- git diff --name-only HEAD~1..HEAD | grep -v '.drone.yml\|LICENSE\|README.md\|.gitignore\|Makefile' || exit 78 - git diff --name-only HEAD~1..HEAD | grep 'content\|themes\|config.yaml' || exit 78
- name: build - name: build
image: bdebyl/hugo image: bdebyl/hugo