1#!/usr/bin/env bash 2# Entrypoint for jenkins experimental CI 3set -eu -o pipefail 4 5export DOCKER_EXPERIMENTAL=1 6 7hack/make.sh \ 8 binary-daemon \ 9 test-integration 10