mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-27 07:08:42 +00:00
b5ab114514
Signed-off-by: deadprogram <ron@hybridgroup.com>
5 lines
164 B
Bash
Executable File
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
|