We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37eb57b commit 53ec047Copy full SHA for 53ec047
1 file changed
scripts/dev/create_package.sh
@@ -125,18 +125,20 @@ fi
125
126
cd ${pkgfolder}
127
packageroot=$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
138
cd $packageroot
139
+echo "Updating project generator to latest"
+./scripts/dev/init_submodules.sh
+
+#cd apps
+#echo "Cloning project generator from $PG_REPO $PG_BRANCH"
+#git clone $PG_REPO --depth=1 --branch=$PG_BRANCH 2> /dev/null
+#gitfinishedok=$?
+#if [ $gitfinishedok -ne 0 ]; then
+# echo "Error connecting to github"
+# exit 1
140
+#fi
141
142
function deleteCodeblocks {
143
#delete codeblock files
144
rm *.cbp
0 commit comments