mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Signed-off-by: Brian Goff <cpuguy83@gmail.com> Upstream-commit: 073dd7ab39da342793c30c08192a8005498e0ffd Component: engine
14 lines
209 B
Bash
Executable File
14 lines
209 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Entrypoint for jenkins janky CI build
|
|
set -eu -o pipefail
|
|
|
|
hack/validate/default
|
|
hack/test/unit
|
|
|
|
hack/make.sh \
|
|
binary-daemon \
|
|
dynbinary \
|
|
test-docker-py \
|
|
test-integration \
|
|
cross
|