File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed
Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change 125125
126126cd ${pkgfolder}
127127packageroot=$PWD
128-
129- cd apps
130- echo " Cloning project generator from $PG_REPO $PG_BRANCH "
131- git clone $PG_REPO --depth=1 --branch=$PG_BRANCH 2> /dev/null
132- gitfinishedok=$?
133- if [ $gitfinishedok -ne 0 ]; then
134- echo " Error connecting to github"
135- exit 1
136- fi
137-
138128cd $packageroot
139129
130+ echo " Updating project generator to latest"
131+ ./scripts/dev/init_submodules.sh
132+
133+ # cd apps
134+ # echo "Cloning project generator from $PG_REPO $PG_BRANCH"
135+ # git clone $PG_REPO --depth=1 --branch=$PG_BRANCH 2> /dev/null
136+ # gitfinishedok=$?
137+ # if [ $gitfinishedok -ne 0 ]; then
138+ # echo "Error connecting to github"
139+ # exit 1
140+ # fi
141+
140142function deleteCodeblocks {
141143 # delete codeblock files
142144 rm * .cbp
You can’t perform that action at this time.
0 commit comments