From 7a9d8e163705e72b8d091106e7da617cef44e48a Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Mon, 31 Dec 2018 20:51:27 +0000 Subject: [PATCH] feat: bad debugging License: MIT Signed-off-by: Henrique Dias --- .travis.yml | 2 +- wizard.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5743410e..2dcefc89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ jobs: - stage: lint script: ./wizard.sh -l - stage: build - script: ./wizard.sh -db + script: ./wizard.sh -b deploy: provider: script skip_cleanup: true diff --git a/wizard.sh b/wizard.sh index eace1be3..c15eddd7 100755 --- a/wizard.sh +++ b/wizard.sh @@ -194,6 +194,9 @@ build () { filebrowser/dev \ sh -c "dos2unix wizard.sh && ./wizard.sh -b" exitcode=$? + + # TODO: remove echo + echo "2nd phase" if [ $exitcode -eq 0 ]; then for d in "dist/" "node_modules/"; do