mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-26 19:03:16 +00:00
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:
1
.github/workflows/integration.yml
vendored
1
.github/workflows/integration.yml
vendored
@@ -106,7 +106,6 @@ jobs:
|
||||
|
||||
- name: Deploy kubevirt
|
||||
if: inputs.ansible_test_targets != ''
|
||||
shell: bash
|
||||
run: >-
|
||||
${{ env.source_directory }}/hack/e2e-setup.sh \
|
||||
-v \
|
||||
|
||||
Reference in New Issue
Block a user