Parcourir la source

update script to use absolute path

pull/454/head
Dave Machado il y a 6 ans
Parent
révision
85f384e8cd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      build/main.sh

+ 1
- 1
build/main.sh Voir le fichier

@@ -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


Chargement…
Annuler
Enregistrer