Signed-off-by: Daniel Nephin <dnephin@docker.com> Upstream-commit: dbf580be57a4bb854d7ce20d313e3a22ea337be5 Component: engine
11 lines
158 B
Bash
Executable File
11 lines
158 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Entrypoint for jenkins arm CI build
|
|
set -eu -o pipefail
|
|
|
|
hack/test/unit
|
|
|
|
hack/make.sh \
|
|
binary-daemon \
|
|
dynbinary \
|
|
test-integration
|