From 1c2015b41b5e3d396db9a28e92d05f67aa6fca7c Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Mon, 27 Jun 2016 01:13:09 +0200 Subject: [PATCH] obviously, we don't want to print the destination path in the build output --- deploy.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 71610f1..b5515ed 100644 --- a/deploy.sh +++ b/deploy.sh @@ -14,7 +14,6 @@ case "${TARGET}" in ;; esac -echo "Dest: '${destination}'" rm -rf "${destination}/*" rm -rf "${destination}/.??*" mkdir -p "${destination}/dist"