Explorar el Código

update: jenkins.sh

chenhao hace 2 años
padre
commit
7f2c3bb40c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      jenkins.sh

+ 1 - 1
jenkins.sh

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