Added logging
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-06-08 21:44:33 -07:00
parent 0d9dc49167
commit a03f4519e9
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@ type: docker
name: node16
steps:
- name: print-staging-url
image: node:16
commands:
- echo "The staging site will be ${DRONE_BRANCH//\//-}-cscclassprofilestaging-snedadah.k8s.csclub.cloud"
- name: install-deps
image: node:16
commands: