From c7ac314040f73e0a2090fa754ae13013088debf1 Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Mon, 28 Sep 2020 23:38:25 -0400 Subject: [PATCH] attempt to correct gate step --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8a8915f..25dba04 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: commands: - git fetch origin +refs/heads/master - 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 image: bdebyl/hugo