Add debug logging to ci script
All checks were successful
continuous-integration/laminar-elessar Build 36 succeeded in 47 seconds .
All checks were successful
continuous-integration/laminar-elessar Build 36 succeeded in 47 seconds .
This commit is contained in:
parent
eeea59eaff
commit
23be94ff5e
1 changed files with 3 additions and 1 deletions
4
build
4
build
|
@ -195,7 +195,9 @@ task_ci() {
|
|||
# FUTURE: We'll (eventually) want to call the package task here too
|
||||
tasks_run build archive;
|
||||
|
||||
if [[ "$(git rev-parse --abbrev-ref HEAD)" == "master" ]]; then
|
||||
echo "[DEBUG] '$(git rev-parse --abbrev-ref HEAD)' / 'master'";
|
||||
|
||||
if [ "$(git rev-parse --abbrev-ref HEAD)" == "master" ]; then
|
||||
tasks_run deploy;
|
||||
else
|
||||
echo "Not deploying, as this build wasn't on the master branch.";
|
||||
|
|
Loading…
Reference in a new issue