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 2ee700f commit 664facdCopy full SHA for 664facd
scripts/ci/package_builds.sh
@@ -22,6 +22,12 @@ if [[ "$(uname -s)" == "Linux" ]]; then
22
fi
23
echo "##[endgroup]"
24
25
+echo "##[group]submodule update and pull"
26
+git submodule update --init --recursive
27
+git submodule update --recursive --remote
28
+cd apps/projectGenerator
29
+git pull origin master
30
+
31
echo "##[group]ls"
32
echo "Where is ROOT: $ROOT"
33
cd $ROOT
0 commit comments