Sfoglia il codice sorgente

remove git pull from script

philippe 6 anni fa
parent
commit
a5d0e56e89
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0 3
      build_full_frontend.sh

+ 0 - 3
build_full_frontend.sh Vedi File

@@ -10,9 +10,6 @@ fi
10 10
 
11 11
 echo -e "\n${BROWN}/!\ ${NC}this script does not run 'npm install'\n${BROWN}/!\ ${NC}"
12 12
 
13
-# get the new sources
14
-git pull origin develop
15
-
16 13
 # create folder frontend/dist/app/ if no exists
17 14
 if [ ! -d "frontend/dist/app/" ]; then
18 15
   mkdir frontend/dist/app/