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 f8a462f commit 47ac5edCopy full SHA for 47ac5ed
helpers/util.sh
@@ -269,7 +269,7 @@ buildmw() {
269
if [[ "$BUILDOFFLINE" = "" && "$PKG" != *"-localbuild" ]]; then
270
if [ -z "$GIT_REVISION" ]; then
271
minfo "pulling updates..."
272
- git pull >>$LOG 2>&1|| die "pulling of updates failed"
+ git pull --recurse-submodules >>$LOG 2>&1|| die "pulling of updates failed"
273
else
274
git diff-index --quiet HEAD -- || die "workdir of $PKG is not clean, refusing to reset version"
275
minfo "setting version to $GIT_REVISION..."
0 commit comments