Skip to content

Commit

Permalink
try DEFAULT_* config
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 committed May 14, 2024
1 parent 04798d9 commit c07fe4e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ jobs:
# that flag starts the download asynchronously so we'd have a race
# condition.
# renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp
TERRAFORM_VERSION: 1.8.2
CONFTEST_VERSION: 0.52.0
DEFAULT_TERRAFORM_VERSION: 1.8.2
DEFAULT_OPENTOFU_VERSION: 1.7.1
DEFAULT_CONFTEST_VERSION: 0.52.0
steps:
- checkout
- run: make build-service
Expand Down

0 comments on commit c07fe4e

Please sign in to comment.