2021-07-09 09:40:11 +00:00
|
|
|
#!/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.
|
2021-12-14 14:16:56 +00:00
|
|
|
git submodule update --init --recursive
|
2022-03-29 06:46:21 +00:00
|
|
|
|
|
|
|
git fetch --tags
|