From 932e770c40295e5638a5c1c1c30a2089402ca878 Mon Sep 17 00:00:00 2001 From: Robbie Zhang Date: Wed, 13 Dec 2017 18:54:10 -0800 Subject: [PATCH] Get the Kube Config for CI --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3ad74eb86..2a8211760 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,6 +11,9 @@ jobs: - run: name: Create the credentials file command: sh scripts/createCredentials.sh + - run: + name: Get the kube config file + command: sh scripts/getKubeConfig.sh - run: name: Build and deploy connector command: sh scripts/envCreation.sh