mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Merge pull request #39580 from andrewhsu/ci-master
added hack/ci/master as entry point for master codeline checks
This commit is contained in:
13
hack/ci/master
Executable file
13
hack/ci/master
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
# Entrypoint for jenkins master CI build
|
||||
set -eu -o pipefail
|
||||
|
||||
hack/validate/default
|
||||
hack/test/unit
|
||||
|
||||
hack/make.sh \
|
||||
binary-daemon \
|
||||
dynbinary \
|
||||
test-docker-py \
|
||||
test-integration \
|
||||
cross
|
||||
Reference in New Issue
Block a user