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

This commit is contained in:
Shahan Nedadahandeh 2022-06-08 18:59:20 -07:00
parent ca221a2282
commit 213c8f5756
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
1 changed files with 2 additions and 2 deletions

View File

@ -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}'