Skip to content

Commit

Permalink
fix min capi version for integration tests
Browse files Browse the repository at this point in the history
- in #2466 the value being read changed from cf-d-capi-version-min to capi-version-min

Co-authored-by: Cristhian Peña <[email protected]>
  • Loading branch information
moleske and Cristhian Peña authored Aug 23, 2023
1 parent 0eda918 commit d377a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-integration-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- id: read-min-capi
name: Read MIN CAPI
run: |
version=$(yq '.cf-d-capi-version-min' build_data.yml)
version=$(yq '.capi-version-min' build_data.yml)
echo "version=$version" >> $GITHUB_OUTPUT
- name: Checkout cf-deployment Min CAPI
Expand Down

0 comments on commit d377a6e

Please sign in to comment.