From ba60b127ea740585544e8d415440bd29cd53c2cb Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Sat, 22 Jun 2019 16:50:50 +0300 Subject: [PATCH] Use Kind 0.3.0 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 9d075c95..137dcd5c 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 0.2.1 + - run: test/e2e-kind.sh - run: test/e2e-gloo.sh - run: test/e2e-gloo-tests.sh