Skip to content

Commit 664facd

Browse files
committed
submodule on
1 parent 2ee700f commit 664facd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/ci/package_builds.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ if [[ "$(uname -s)" == "Linux" ]]; then
2222
fi
2323
echo "##[endgroup]"
2424

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+
2531
echo "##[group]ls"
2632
echo "Where is ROOT: $ROOT"
2733
cd $ROOT

0 commit comments

Comments
 (0)