From 92aeaa7215b1715f83a670183b578117cf96a123 Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Thu, 29 Feb 2024 17:13:42 +0100 Subject: [PATCH] cleanup: Use default shell when deploying KubeVirt The default shell (bash -e {0}) should suffice to deploy KubeVirt. Signed-off-by: Felix Matouschek --- .github/workflows/integration.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f37ac4b..5635346 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -106,7 +106,6 @@ jobs: - name: Deploy kubevirt if: inputs.ansible_test_targets != '' - shell: bash run: >- ${{ env.source_directory }}/hack/e2e-setup.sh \ -v \