File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 3636wrap mv " ${gem} " " ${dest} " \
3737 " Failed to relocate Vagrant RubyGem"
3838
39- info " Installing submodules for vagrant-go build..."
40- wrap git submodule update --init --recursive \
41- " Failed to install git submodules"
42-
43- info " Building vagrant-go linux binaries..."
44- # Build vagrant-go binaries
45- wrap make bin/linux \
46- " Failed to build the Vagrant go linux binaries"
47-
48- info " Building vagrant-go darwin binaries..."
49- # Build darwin binary
50- wrap make bin/darwin \
51- " Failed to build the Vagrant go darwin amd64 binary"
52-
53- info " Relocating vagrant-go binaries..."
54- wrap mv bin/vagrant-go* " ${dest} " \
55- " Failed to relocate vagrant binaries to destination directory"
56-
5739printf " build-artifacts-path=%s\n" " ${dest} "
You can’t perform that action at this time.
0 commit comments