fullbuild: Call script/bootstrap before clone (#383)

fullbuild would previously fail if the parent repository hadn't
initialized submodules yet, due to the use of --reference

Fixes #382
pull/25/head
Saleem Rashid 6 years ago committed by Pavol Rusnak
parent c3291c37af
commit eac5f43b70

@ -62,6 +62,8 @@ main() {
local bootloader_commit="$1"
local firmware_commit="$2"
script/bootstrap
worktree_setup "$BOOTLOADER_DIR" "$bootloader_commit"
worktree_build "$BOOTLOADER_DIR"

Loading…
Cancel
Save