init recursive git submodules on dockerhub

This commit is contained in:
alex.sharov 2021-12-14 21:16:56 +07:00
parent ecb10e8548
commit 9fba783c98

View File

@ -1,4 +1,4 @@
#!/bin/bash
# Docker hub does a recursive clone, then checks the branch out,
# so when a PR adds a submodule (or updates it), it fails.
git submodule update --init
git submodule update --init --recursive