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 43af31e commit ad9c2dfCopy full SHA for ad9c2df
script/updategitsubmodules.sh
@@ -14,6 +14,7 @@ sed -i "s/https:\/\/github.com/https:\/\/$GITHUB_TOKEN@github.com/" .gitmodules
14
15
if [ "$CF_SUBMODULE_SYNC" = "true" ]; then
16
echo "\$CF_SUBMODULE_SYNC var is set to 'true'. Syncing submodules"
17
+ echo "git submodule sync"
18
git submodule sync
19
fi
20
@@ -24,5 +25,6 @@ if [ "$CF_SUBMODULE_UPDATE_RECURSIVE" = "true" ]; then
24
25
26
27
echo "Updating git submodules"
28
+echo "git submodule update --init $SUBMODULE_UPDATE_RECURSIVE_FLAG"
29
git submodule update --init $SUBMODULE_UPDATE_RECURSIVE_FLAG
30
echo "Git submodules were updated"
0 commit comments