aboutsummaryrefslogtreecommitdiffhomepage
path: root/hooks/post_checkout
blob: 71fa8f796d8a1ce59bc60a82e2f3c47390cad6d6 (plain)
1
2
3
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 --recursive