Sfoglia il codice sorgente

update script to use absolute path

pull/454/head
Dave Machado 6 anni fa
parent
commit
85f384e8cd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      build/main.sh

+ 1
- 1
build/main.sh Vedi File

@@ -25,7 +25,7 @@ if [[ $? != 0 ]]; then
exit 1
else
echo "format validation passed!"
build.sh && deploy.sh
./build.sh && ./deploy.sh
if [[ $? != 0 ]]; then
echo "JSON build and deploy failed!"
else


Caricamento…
Annulla
Salva