cleanup: Use default shell when deploying KubeVirt

The default shell (bash -e {0}) should suffice to deploy KubeVirt.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2024-02-29 17:13:42 +01:00
parent 6075886c4a
commit 92aeaa7215

View File

@@ -106,7 +106,6 @@ jobs:
- name: Deploy kubevirt
if: inputs.ansible_test_targets != ''
shell: bash
run: >-
${{ env.source_directory }}/hack/e2e-setup.sh \
-v \