Loading install.sh +2 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,8 @@ do git checkout --recurse-submodules origin/master elif test "$BS" != "AtsAVM" && test "$BS" != "AtsPIM" && test "$BS" != "AtsSAEM"; then git checkout --recurse-submodules $ORG_BRANCH else git checkout --recurse-submodules $NEW_BRANCH fi done Loading Loading
install.sh +2 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,8 @@ do git checkout --recurse-submodules origin/master elif test "$BS" != "AtsAVM" && test "$BS" != "AtsPIM" && test "$BS" != "AtsSAEM"; then git checkout --recurse-submodules $ORG_BRANCH else git checkout --recurse-submodules $NEW_BRANCH fi done Loading