Install submodules before attempting to build
This commit is contained in:
parent
7658b9c7e5
commit
3dbbec9640
@ -20,6 +20,9 @@ gem=$(printf "%s" "${g}")
|
||||
wrap aws s3 cp "${gem}" "${ASSETS_PRIVATE_BUCKET}/${repository}/vagrant-main.gem" \
|
||||
"Failed to store Vagrant RubyGem main build"
|
||||
|
||||
# Install submodules
|
||||
wrap git submodule update --init --recursive \
|
||||
"Failed to install git submodules"
|
||||
# Build our binary
|
||||
wrap make \
|
||||
"Failed to build the Vagrant go binary"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user