Skip to content

Commit

Permalink
tests-e2e-upgrade: Use CILIUM_CLI_VERSION
Browse files Browse the repository at this point in the history
Looks like cilium#29237 missed tests-e2e-upgrade.yaml.

Fixes: 42e1a4a ("workflows: move cilium_cli_version definition to set-env-variables action")

Signed-off-by: Michi Mutsuzaki <[email protected]>
  • Loading branch information
michi-covalent committed Nov 30, 2023
1 parent 262e1ae commit 98822fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests-e2e-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ concurrency:
cancel-in-progress: true

env:
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.15.16
cilium_cli_ci_version:
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
# renovate: datasource=docker depName=quay.io/cilium/kindest-node
Expand Down Expand Up @@ -299,7 +297,7 @@ jobs:
uses: cilium/cilium-cli@beceead2bece1d174e2c11f36e6bfac8ce3f8e7d # v0.15.16
with:
repository: ${{ env.CILIUM_CLI_RELEASE_REPO }}
release-version: ${{ env.cilium_cli_version }}
release-version: ${{ env.CILIUM_CLI_VERSION }}
ci-version: ${{ env.cilium_cli_ci_version }}
binary-name: cilium-cli
binary-dir: ./
Expand Down

0 comments on commit 98822fd

Please sign in to comment.