Kaynağa Gözat

remove git pull from script

philippe 5 yıl önce
ebeveyn
işleme
a5d0e56e89
1 değiştirilmiş dosya ile 0 ekleme ve 3 silme
  1. 0 3
      build_full_frontend.sh

+ 0 - 3
build_full_frontend.sh Dosyayı Görüntüle

@@ -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/