Skip to content

Commit

Permalink
ci: support updatecli version required for the new oblt updatecli pol…
Browse files Browse the repository at this point in the history
…icies (#1672)
  • Loading branch information
v1v authored Dec 2, 2024
1 parent bebe77e commit 9eff913
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/updatecli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,18 @@ jobs:
- uses: elastic/oblt-actions/updatecli/run@v1
with:
command: --experimental compose diff
# TODO: update to the latest version so the policies can work as expected.
# latest changes in the policies require to use the dependson feature.
version: "v0.88.0"
env:
GITHUB_TOKEN: ${{ steps.get_token.outputs.token }}

- uses: elastic/oblt-actions/updatecli/run@v1
with:
command: --experimental compose apply
# TODO: update to the latest version so the policies can work as expected.
# latest changes in the policies require to use the dependson feature.
version: "v0.88.0"
env:
GITHUB_TOKEN: ${{ steps.get_token.outputs.token }}

Expand Down

0 comments on commit 9eff913

Please sign in to comment.