From fa6aaed744f5ea540b8c5ef03f4006decce54491 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 14 Nov 2021 20:08:47 +0100 Subject: [PATCH] disabled syntax check --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 36c1891..74dca17 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: settings: playbook: deployment/todo-setup.yml inventory: deployment/hosts - syntax_check: true + syntax_check: false when: event: - pull_request @@ -20,4 +20,6 @@ steps: when: branch: - production + event: + - push