diff --git a/.circleci/config.yml b/.circleci/config.yml index d57c6f86d3..e4d91332f4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -685,6 +685,7 @@ jobs: - checkout + - build-cli - run: name: terraform init & apply working_directory: *gke-terraform-path @@ -753,6 +754,7 @@ jobs: - checkout + - build-cli - run: name: terraform init & apply working_directory: *gke-terraform-path @@ -813,6 +815,7 @@ jobs: steps: - checkout + - build-cli - run: name: terraform init & apply working_directory: *aks-terraform-path @@ -870,6 +873,7 @@ jobs: steps: - checkout + - build-cli - run: name: terraform init & apply working_directory: *aks-terraform-path @@ -926,6 +930,7 @@ jobs: steps: - checkout + - build-cli - run: name: configure aws command: | @@ -989,6 +994,7 @@ jobs: steps: - checkout + - build-cli - run: name: configure aws command: | @@ -1051,6 +1057,7 @@ jobs: steps: - checkout + - build-cli - run: name: terraform init & apply working_directory: *openshift-terraform-path