diff --git a/build b/build index 24fa959..d960b9c 100755 --- a/build +++ b/build @@ -195,8 +195,6 @@ task_ci() { # FUTURE: We'll (eventually) want to call the package task here too tasks_run build archive; - echo "[DEBUG] '${GIT_REF_NAME}' / 'master'"; - if [ "${GIT_REF_NAME}" == "refs/heads/master" ]; then tasks_run deploy; else