Remove debug call in CI script
All checks were successful
continuous-integration/laminar-elessar Build 38 succeeded in 1 minute 37 seconds .
All checks were successful
continuous-integration/laminar-elessar Build 38 succeeded in 1 minute 37 seconds .
This commit is contained in:
parent
b47c7e4cf7
commit
ef8c90b4ad
1 changed files with 0 additions and 2 deletions
2
build
2
build
|
@ -195,8 +195,6 @@ task_ci() {
|
||||||
# FUTURE: We'll (eventually) want to call the package task here too
|
# FUTURE: We'll (eventually) want to call the package task here too
|
||||||
tasks_run build archive;
|
tasks_run build archive;
|
||||||
|
|
||||||
echo "[DEBUG] '${GIT_REF_NAME}' / 'master'";
|
|
||||||
|
|
||||||
if [ "${GIT_REF_NAME}" == "refs/heads/master" ]; then
|
if [ "${GIT_REF_NAME}" == "refs/heads/master" ]; then
|
||||||
tasks_run deploy;
|
tasks_run deploy;
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue