Skip to content

Commit

Permalink
Reorg build_data values
Browse files Browse the repository at this point in the history
  • Loading branch information
a-b committed Jul 13, 2023
1 parent 90f6cc0 commit d952aea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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
3 changes: 2 additions & 1 deletion build_data.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
build-version: 9.0.0-beta
cf-d-capi-version-min: v16.11.0
capi-version-min: v16.11.0
capi-version-max: v99.99.99

0 comments on commit d952aea

Please sign in to comment.