diff --git a/.drone.yml b/.drone.yml index cd1b105..b04ad26 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: $AUTH_TOKEN" https://csclub.uwaterloo.ca/~snedadah/webhooks/cscclassprofilestaging?ref=${DRONE_BRANCH//\//-}' + - "curl -H \"Authorization: $AUTH_TOKEN\" https://csclub.uwaterloo.ca/~snedadah/webhooks/cscclassprofilestaging?ref=${DRONE_BRANCH//\//-}"