mirror of
https://github.com/moby/moby.git
synced 2026-07-07 07:07:26 +00:00
7 lines
138 B
Bash
Executable File
7 lines
138 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Entrypoint for jenkins powerpc CI build
|
|
set -eu -o pipefail
|
|
|
|
hack/test/unit
|
|
hack/make.sh dynbinary test-integration
|