Przeglądaj źródła

Merge branch 'dev_1.0.0' of 192.168.10.201:marking-cet/marking-cet-web into dev_1.0.0

chenhao 2 lat temu
rodzic
commit
b1cc7fc6a6
1 zmienionych plików z 3 dodań i 1 usunięć
  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..."