From 09aa6eba344b01dba1e00fb9157a87728b3e3347 Mon Sep 17 00:00:00 2001 From: Aditya Thakral Date: Mon, 23 Aug 2021 12:11:24 -0400 Subject: [PATCH] Fix formatting issue --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a3a0926e..a99ec569 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,7 +38,10 @@ steps: TOKEN: from_secret: STAGING_TOKEN commands: - - curl -XPOST -H "Authorization: $TOKEN" "https://csclub.uwaterloo.ca/~a3thakra/update-csc/" + - 'curl -XPOST -H "Authorization: $TOKEN" "https://csclub.uwaterloo.ca/~a3thakra/update-csc/"' + # when: + # branch: + # - main trigger: event: