mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-19 08:28:19 +00:00
gha: delint the s390x workflow
Made run-k8s-tests-on-zvsi.yaml free of warnings by removing: SC2086:info:1:1: Double quote to prevent globbing and word splitting ... SC2086:info:2:1: Double quote to prevent globbing and word splitting ... Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
This commit is contained in:
parent
a98985fab8
commit
66c600f8d8
5
.github/workflows/run-k8s-tests-on-zvsi.yaml
vendored
5
.github/workflows/run-k8s-tests-on-zvsi.yaml
vendored
@ -61,7 +61,8 @@ jobs:
|
|||||||
AUTHENTICATED_IMAGE_PASSWORD: ${{ secrets.AUTHENTICATED_IMAGE_PASSWORD }}
|
AUTHENTICATED_IMAGE_PASSWORD: ${{ secrets.AUTHENTICATED_IMAGE_PASSWORD }}
|
||||||
steps:
|
steps:
|
||||||
- name: Take a pre-action for self-hosted runner
|
- name: Take a pre-action for self-hosted runner
|
||||||
run: ${HOME}/script/pre_action.sh ubuntu-2204
|
run: |
|
||||||
|
"${HOME}/script/pre_action.sh" ubuntu-2204
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@ -92,4 +93,4 @@ jobs:
|
|||||||
if: always()
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
bash tests/integration/kubernetes/gha-run.sh cleanup-zvsi || true
|
bash tests/integration/kubernetes/gha-run.sh cleanup-zvsi || true
|
||||||
${HOME}/script/post_action.sh ubuntu-2204
|
"${HOME}/script/post_action.sh" ubuntu-2204
|
||||||
|
Loading…
Reference in New Issue
Block a user