mirror of
https://github.com/moby/moby.git
synced 2026-07-09 08:07:56 +00:00
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
|