Browse Source

dsl/build.sh

master
lizw 3 years ago
parent
commit
c56ef2bd08
  1. 2
      dsl/build.sh

2
dsl/build.sh

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

Loading…
Cancel
Save