From be8f1caf35cc8816e70b0af9987d9a428894b08e Mon Sep 17 00:00:00 2001 From: Chris Plaatjes Date: Mon, 13 Feb 2023 19:19:55 -0500 Subject: [PATCH] Removed trigger --- .drone.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7c05fdc..84a35d9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,8 +15,9 @@ steps: - name: dockersock path: /var/run/docker.sock -trigger: - branch: - - main - event: - - push \ No newline at end of file +# Commented out until stuff actually works +#trigger: +# branch: +# - main +# event: +# - push \ No newline at end of file