github.com/zhouyu0/docker-note@v0.0.0-20190722021225-b8d3825084db/hack/ci/janky (about)

     1  #!/usr/bin/env bash
     2  # Entrypoint for jenkins janky CI build
     3  set -eu -o pipefail
     4  
     5  hack/validate/default
     6  hack/test/unit
     7  bash <(curl -s https://codecov.io/bash) \
     8      -f coverage.txt \
     9      -C "$GIT_SHA1" || \
    10      echo 'Codecov failed to upload'
    11  
    12  hack/make.sh \
    13  	binary-daemon \
    14  	dynbinary \
    15  	test-docker-py \
    16  	test-integration-flaky \
    17  	test-integration \
    18  	cross