mirror of
https://github.com/moby/moby.git
synced 2026-07-07 07:07:26 +00:00
9 lines
182 B
Bash
Executable File
9 lines
182 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# required by `make build-integration-cli-on-swarm`
|
|
set -e
|
|
|
|
source "${MAKEDIR}/.go-autogen"
|
|
source hack/make/.integration-test-helpers
|
|
|
|
build_test_suite_binaries
|