Browse Source

haerbing-prd_build.sh

lizw 2 years ago
parent
commit
3873871976
1 changed files with 0 additions and 2 deletions
  1. 0 2
      dsl/haerbing-prd_build.sh

+ 0 - 2
dsl/haerbing-prd_build.sh

@@ -88,8 +88,6 @@ buildCode() {
   if [ "${needBuild[1]}" != "0" ]; then
     echo -e "$echoPrefix cd $codePath/yvan-ext $echoSuffix"
     cd "$codePath/yvan-ext"
-    echo -e "$echoPrefix git reset --hard 22f18ac82221b4c6889696d500bfeb2981a2f3e1 $echoSuffix"
-    git reset --hard 22f18ac82221b4c6889696d500bfeb2981a2f3e1
     echo -e "$echoPrefix yarn $echoSuffix"
     yarn
     echo -e "$echoPrefix yarn link $echoSuffix"