From 26ee6686127f64767060d2f10246b6b1b4c17b76 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Sun, 23 Jun 2019 11:21:05 +0300 Subject: [PATCH] Use Kind 0.2.1 for Gloo e2e --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 137dcd5c..9d075c95 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -107,7 +107,7 @@ jobs: - attach_workspace: at: /tmp/bin - run: test/container-build.sh - - run: test/e2e-kind.sh + - run: test/e2e-kind.sh 0.2.1 - run: test/e2e-gloo.sh - run: test/e2e-gloo-tests.sh