1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

added hack/ci/master as entry point for master codeline checks

Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
This commit is contained in:
Andrew Hsu 2019-07-20 00:30:16 +00:00 committed by Sebastiaan van Stijn
parent e6091b28c5
commit aac6e62209
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

13
hack/ci/master Executable file
View 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