From f5470f5596f403d32aef1877e626f7a3023b6689 Mon Sep 17 00:00:00 2001 From: shahanneda Date: Mon, 13 Jun 2022 22:30:27 -0700 Subject: [PATCH] fix typo --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f034602..850b010 100644 --- a/.drone.yml +++ b/.drone.yml @@ -59,7 +59,7 @@ steps: from_secret: STAGING_AUTH_TOKEN commands: - echo "The docker build tag is ${DRONE_BRANCH//\//-}" - - 'curl -H "Authorization: $STAGING_AUTH_TOKEN" https://csclub.uwaterloo.ca/~snedadah/webhooks/cscclassprofilestaging?ref=${DRONE_BRANCH//\//-}" + - 'curl -H "Authorization: $STAGING_AUTH_TOKEN" https://csclub.uwaterloo.ca/~snedadah/webhooks/cscclassprofilestaging?ref=${DRONE_BRANCH//\//-}'