Fix status update in case of connection errors
This commit is contained in:
parent
468872b7e9
commit
fed013ab6f
11 changed files with 326 additions and 107 deletions
|
|
@ -41,19 +41,6 @@ fi
|
|||
|
||||
SCRIPT_ROOT=$(dirname ${BASH_SOURCE})/..
|
||||
|
||||
mkdir -p ${SCRIPT_ROOT}/test/binaries
|
||||
|
||||
TEST_BINARIES=$( cd "${SCRIPT_ROOT}/test/binaries" ; pwd -P )
|
||||
|
||||
export PATH=${TEST_BINARIES}:$PATH
|
||||
|
||||
if ! [ -x "$(command -v kubectl)" ]; then
|
||||
echo "downloading kubectl..."
|
||||
curl -sSLo ${TEST_BINARIES}/kubectl \
|
||||
https://storage.googleapis.com/kubernetes-release/release/v1.11.0/bin/linux/amd64/kubectl
|
||||
chmod +x ${TEST_BINARIES}/kubectl
|
||||
fi
|
||||
|
||||
ginkgo build ./test/e2e
|
||||
|
||||
exec -- \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue