test
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Shahan Nedadahandeh 2022-06-08 18:37:36 -07:00
parent 36961ad6e6
commit 62db9d8ad0
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
1 changed files with 4 additions and 2 deletions

View File

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