Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.github: Fix missing variable escaping in LVH command
This fixes an issue with the tests-e2e-upgrade workflow where the `${EXTRA{@}}` arguments were actually empty, because commands are bash expanded on the host runner, i.e. before they are passed to the LVH VM. As a result, the additional arguments were ignored. This fix is only applied to v1.15 because other branches use different methods for passing in `cilium connectivity check` command. Signed-off-by: Sebastian Wicki <[email protected]>
- Loading branch information