Initial commit
This commit is contained in:
13
vendor/github.com/hyperhq/hypercli/hack/make/.integration-daemon-setup
generated
vendored
Normal file
13
vendor/github.com/hyperhq/hypercli/hack/make/.integration-daemon-setup
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
bundle .detect-daemon-osarch
|
||||
if [ $DOCKER_ENGINE_GOOS != "windows" ]; then
|
||||
bundle .ensure-emptyfs
|
||||
bundle .ensure-frozen-images
|
||||
bundle .ensure-httpserver
|
||||
bundle .ensure-syscall-test
|
||||
else
|
||||
# Note this is Windows to Windows CI, not Windows to Linux CI
|
||||
bundle .ensure-frozen-images-windows
|
||||
fi
|
||||
Reference in New Issue
Block a user