We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb7791 commit 77e94a0Copy full SHA for 77e94a0
hooks/post_checkout
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+# Docker hub does a recursive clone, then checks the branch out,
3
+# so when a PR adds a submodule (or updates it), it fails.
4
+git submodule update --init --recursive
5
+
0 commit comments