github.com/rita33cool1/iot-system-gateway@v0.0.0-20200911033302-e65bde238cc5/docker-engine/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 \
    17  	cross