Changed ref
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-06-08 20:39:15 -07:00
parent f73aa6ca95
commit 09d71776b4
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
1 changed files with 3 additions and 2 deletions

View File

@ -40,7 +40,7 @@ steps:
password: password:
from_secret: harbour_password from_secret: harbour_password
tags: tags:
- ${DRONE_COMMIT_SHA} - ${DRONE_BRANCH//\//-}
- latest - latest
registry: registry.cloud.csclub.uwaterloo.ca registry: registry.cloud.csclub.uwaterloo.ca
repo: registry.cloud.csclub.uwaterloo.ca/snedadah/csc-class-profile-staging repo: registry.cloud.csclub.uwaterloo.ca/snedadah/csc-class-profile-staging
@ -50,7 +50,8 @@ steps:
depends_on: depends_on:
- publish - publish
commands: commands:
- 'curl https://csclub.uwaterloo.ca/~snedadah/webhooks/cscclassprofilestaging?ref=${DRONE_COMMIT_SHA}' - echo "The docker build tag is ${DRONE_BRANCH//\//-}"
- 'curl https://csclub.uwaterloo.ca/~snedadah/webhooks/cscclassprofilestaging?ref=${DRONE_BRANCH//\//-}'