From 9ac3d4bef9ec6c303f5800faabc2c953f7316f79 Mon Sep 17 00:00:00 2001 From: Chia-liang Kao Date: Tue, 27 Aug 2019 23:36:58 +0800 Subject: [PATCH] fix travis-run-kind --- ci/vagrant-run-kind.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/vagrant-run-kind.sh b/ci/vagrant-run-kind.sh index 4a5a5f5f59..06f56d19af 100755 --- a/ci/vagrant-run-kind.sh +++ b/ci/vagrant-run-kind.sh @@ -2,7 +2,8 @@ # Run this inside vagrant to test the travis scripts set -eux -export SCENARIO=1.14 +export SCENARIO=1.15-default +export RUNNER=kind export TRAVIS_BRANCH=master export TRAVIS_PULL_REQUEST=true export TRAVIS_COMMIT_RANGE=`git rev-parse --short origin/master`..`git rev-parse --short HEAD`