mirror of
https://github.com/moby/moby.git
synced 2026-07-05 06:08:11 +00:00
Signed-off-by: Michael Zhao <michael.zhao@arm.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
11 lines
186 B
Bash
Executable File
11 lines
186 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Entrypoint for jenkins arm CI build
|
|
set -eu -o pipefail
|
|
|
|
hack/test/unit
|
|
|
|
TEST_SKIP_INTEGRATION_CLI=1 hack/make.sh \
|
|
binary-daemon \
|
|
dynbinary \
|
|
test-integration
|