erigon-pulse/hooks/post_checkout

7 lines
194 B
Plaintext
Raw Permalink Normal View History

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.
git submodule update --init --recursive
git fetch --tags