We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3838a0a + 613c661 commit 99a4e6eCopy full SHA for 99a4e6e
1 file changed
builder/rootfs/usr/local/src/slugbuilder/builder/build.sh
@@ -111,6 +111,8 @@ if [[ -n "$BUILDPACK_URL" ]]; then
111
git clone --quiet "$url" "$buildpack"
112
pushd "$buildpack" &>/dev/null
113
git checkout --quiet "$committish"
114
+ git submodule init --quiet
115
+ git submodule update --quiet --recursive
116
popd &>/dev/null
117
fi
118
0 commit comments