Remove debug call in CI script
continuous-integration/laminar-elessar Build 38 succeeded in 1 minute 37 seconds . Details

This commit is contained in:
Starbeamrainbowlabs 2019-03-29 00:08:09 +00:00
parent b47c7e4cf7
commit ef8c90b4ad
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 0 additions and 2 deletions

2
build
View File

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