From 62db9d8ad0f42ec6187105cd3ea3c6e1dd928ccd Mon Sep 17 00:00:00 2001 From: shahanneda Date: Wed, 8 Jun 2022 18:37:36 -0700 Subject: [PATCH] test --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 39f56a6..d7d0c78 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,7 +39,9 @@ steps: from_secret: harbour_username password: from_secret: harbour_password - tags: latest + tags: + - ${DRONE_COMMIT_BRANCH} + - latest registry: registry.cloud.csclub.uwaterloo.ca repo: registry.cloud.csclub.uwaterloo.ca/snedadah/csc-class-profile-staging @@ -48,7 +50,7 @@ steps: depends_on: - publish commands: - - 'curl https://csclub.uwaterloo.ca/~snedadah/webhooks/cscclassprofilestaging' + - 'curl https://csclub.uwaterloo.ca/~snedadah/webhooks/cscclassprofilestaging?branch=${DRONE_COMMIT_BRANCH}'