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