Browse Source

remove git pull from script

philippe 5 years ago
parent
commit
a5d0e56e89
1 changed files with 0 additions and 3 deletions
  1. 0 3
      build_full_frontend.sh

+ 0 - 3
build_full_frontend.sh View 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/