From 33397e70024b9d0a9d317ed0f30ac8548ac5e20e Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 14 Nov 2017 10:28:37 +0100 Subject: [PATCH] Adapt to TravisCI changes. Closes gh-171. --- .travis.yml | 7 ------- src/test/bash/local_run_k8s.sh | 5 ----- 2 files changed, 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6265700a..eb8cafdd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,13 +5,6 @@ jdk: sudo: required -addons: - apt: - sources: - - debian-sid - packages: - - libssl1.0.0 - env: matrix: - VAULT_VER=0.5.2 diff --git a/src/test/bash/local_run_k8s.sh b/src/test/bash/local_run_k8s.sh index 6d913a8b..76802eb1 100755 --- a/src/test/bash/local_run_k8s.sh +++ b/src/test/bash/local_run_k8s.sh @@ -5,11 +5,6 @@ CMD_KUBECTL=${2:-kubectl} DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -if [ ! -d "work" ]; then - echo "work directory could not be found." - exit 1 -fi - mkdir -p work/minikube SERVICE_ACCOUNT_TOKEN_FILE=work/minikube/hello-minikube-token SERVICE_ACCOUNT_CA_CRT=work/minikube/ca.crt