File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ pushd ${GS_HOME} >& /dev/null
55
55
if [ ! -d " $cloneHome " ] ; then
56
56
${GS_HOME} /bin/private/cloneGitHubProject $modeArg $organization GsDevKit_sys_local $cloneHome
57
57
cd local
58
+ git checkout v0.0.1 # tag that pre-dates bugfix for https://github.com/GsDevKit/GsDevKit_home/issues/7
58
59
git checkout -b gsdevkit
59
60
cd ..
60
61
pushd sys >& /dev/null
Original file line number Diff line number Diff line change @@ -118,9 +118,9 @@ if [ "$updateGsDevKitClones" = "true" ]; then
118
118
if [ -d " $GS_CLIENT_DEV " ]; then
119
119
$GS_CLIENT_DEV /bin/updateGsDevKit
120
120
fi
121
- if [ -d " $GS_HOME /local" ]; then
122
- updateClone $GSDEVKIT_SYS_LOCAL_GIT_CHECKOUT $GSDEVKIT_SYS_LOCAL_GIT_REMOTE " $GS_HOME /local"
123
- fi
121
+ # if [ -d "$GS_HOME/local" ]; then
122
+ # updateClone $GSDEVKIT_SYS_LOCAL_GIT_CHECKOUT $GSDEVKIT_SYS_LOCAL_GIT_REMOTE "$GS_HOME/local"
123
+ # fi
124
124
fi
125
125
126
126
if [ " $updateTodeClone " = " true" ]; then
You can’t perform that action at this time.
0 commit comments