Files
tinygo/hooks/post_checkout
2020-08-03 08:30:31 +02:00

5 lines
164 B
Bash
Executable File

#!/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