From 213c8f5756f48fccbd987afa19f72fb0ab869d39 Mon Sep 17 00:00:00 2001 From: shahanneda Date: Wed, 8 Jun 2022 18:59:20 -0700 Subject: [PATCH] Chagned ref --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index d0a70cb..eb86da0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -40,7 +40,7 @@ steps: password: from_secret: harbour_password tags: - - ${DRONE_COMMIT_REF} + - ${DRONE_COMMIT_SHA} - latest registry: registry.cloud.csclub.uwaterloo.ca repo: registry.cloud.csclub.uwaterloo.ca/snedadah/csc-class-profile-staging @@ -50,7 +50,7 @@ steps: depends_on: - publish commands: - - 'curl https://csclub.uwaterloo.ca/~snedadah/webhooks/cscclassprofilestaging?ref=${DRONE_COMMIT_REF}' + - 'curl https://csclub.uwaterloo.ca/~snedadah/webhooks/cscclassprofilestaging?ref=${DRONE_COMMIT_SHA}'