mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-30 11:24:40 +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
|
- name: Deploy kubevirt
|
||||||
if: inputs.ansible_test_targets != ''
|
if: inputs.ansible_test_targets != ''
|
||||||
shell: bash
|
|
||||||
run: >-
|
run: >-
|
||||||
${{ env.source_directory }}/hack/e2e-setup.sh \
|
${{ env.source_directory }}/hack/e2e-setup.sh \
|
||||||
-v \
|
-v \
|
||||||
|
|||||||
Reference in New Issue
Block a user