feat: bad debugging

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
Henrique Dias 2018-12-31 20:51:27 +00:00
parent 53bf026754
commit 7a9d8e1637
2 changed files with 4 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
- stage: lint - stage: lint
script: ./wizard.sh -l script: ./wizard.sh -l
- stage: build - stage: build
script: ./wizard.sh -db script: ./wizard.sh -b
deploy: deploy:
provider: script provider: script
skip_cleanup: true skip_cleanup: true

View File

@ -194,6 +194,9 @@ build () {
filebrowser/dev \ filebrowser/dev \
sh -c "dos2unix wizard.sh && ./wizard.sh -b" sh -c "dos2unix wizard.sh && ./wizard.sh -b"
exitcode=$? exitcode=$?
# TODO: remove echo
echo "2nd phase"
if [ $exitcode -eq 0 ]; then if [ $exitcode -eq 0 ]; then
for d in "dist/" "node_modules/"; do for d in "dist/" "node_modules/"; do