diff --git a/build b/build index b94762c..3f226f7 100755 --- a/build +++ b/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.";