changed ref
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Shahan Nedadahandeh 2022-06-08 18:48:49 -07:00
parent 62db9d8ad0
commit ca221a2282
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_BRANCH}
- ${DRONE_COMMIT_REF}
- 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?branch=${DRONE_COMMIT_BRANCH}'
- 'curl https://csclub.uwaterloo.ca/~snedadah/webhooks/cscclassprofilestaging?ref=${DRONE_COMMIT_REF}'