Explorar el Código

fix jenkins.sh

deason hace 2 años
padre
commit
a4c906cc1c
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      jenkins.sh

+ 3 - 1
jenkins.sh

@@ -22,6 +22,8 @@ if [ -d "dist" ]; then
   rm -rf dist/*
 fi
 
-mv temp/dist/web ./dist
+mkdir -p dist
+
+mv temp/web/* dist/
 rm -rf temp
 echo "ok..."