Skip to content

Commit

Permalink
cli tests need the cli to be built
Browse files Browse the repository at this point in the history
  • Loading branch information
ndhanushkodi committed Nov 1, 2022
1 parent 767340c commit f67364b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,7 @@ jobs:
- checkout

- build-cli
- run:
name: terraform init & apply
working_directory: *gke-terraform-path
Expand Down Expand Up @@ -755,6 +756,7 @@ jobs:
- checkout

- build-cli
- run:
name: terraform init & apply
working_directory: *gke-terraform-path
Expand Down Expand Up @@ -814,6 +816,7 @@ jobs:
steps:
- checkout

- build-cli
- run:
name: terraform init & apply
working_directory: *aks-terraform-path
Expand Down Expand Up @@ -870,6 +873,7 @@ jobs:
steps:
- checkout

- build-cli
- run:
name: terraform init & apply
working_directory: *aks-terraform-path
Expand Down Expand Up @@ -925,6 +929,7 @@ jobs:
steps:
- checkout

- build-cli
- run:
name: configure aws
command: |
Expand Down Expand Up @@ -987,6 +992,7 @@ jobs:
steps:
- checkout

- build-cli
- run:
name: configure aws
command: |
Expand Down Expand Up @@ -1048,6 +1054,7 @@ jobs:

steps:
- checkout
- build-cli
- run:
name: terraform init & apply
working_directory: *openshift-terraform-path
Expand Down

0 comments on commit f67364b

Please sign in to comment.