summaryrefslogtreecommitdiff
path: root/extra/git-post-commit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extra/git-post-commit.sh')
-rwxr-xr-xextra/git-post-commit.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/git-post-commit.sh b/extra/git-post-commit.sh
index 18238585..e74c2948 100755
--- a/extra/git-post-commit.sh
+++ b/extra/git-post-commit.sh
@@ -12,8 +12,8 @@ url=$(git config bash-completion.docker-hub-trigger-url)
test "$(git symbolic-ref --short HEAD 2>/dev/null)" = master
-git diff-tree -r --name-only --no-commit-id HEAD | \
- grep -qxE 'completions/Makefile\.am|test/requirements\.txt'
+git diff-tree -r --name-only --no-commit-id HEAD |
+ grep -qxE 'test/test-cmd-list\.txt'
curl \
--silent --show-error \