lizw %!s(int64=2) %!d(string=hai) anos
pai
achega
c56ef2bd08
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      dsl/build.sh

+ 2 - 0
dsl/build.sh

@@ -58,6 +58,8 @@ pullCode() {
   fi
   echo -e "$echoPrefix git checkout $branch $echoSuffix"
   git checkout $branch
+  echo -e "$echoPrefix git checkout . $echoSuffix"
+  git checkout .
   echo -e "$echoPrefix git pull $echoSuffix"
   if [ "`git pull`" == "Already up-to-date." ] && [ $isChange == "1" ]; then
     isChange="0"