From 9cca0e9947d43bc147604b901b67e955348259cf Mon Sep 17 00:00:00 2001 From: George Boukeas Date: Thu, 20 Jun 2024 15:43:12 +0100 Subject: [PATCH] Specify `shell` in Diagnostic #7 to remove the default `-e` option --- .github/workflows/testflinger_submit.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testflinger_submit.yaml b/.github/workflows/testflinger_submit.yaml index 4317997..09faecb 100644 --- a/.github/workflows/testflinger_submit.yaml +++ b/.github/workflows/testflinger_submit.yaml @@ -12,6 +12,7 @@ jobs: uses: actions/checkout@v4 - name: Diagnostic continue-on-error: true + shell: bash {0} run: | status=$(curl -I -w "%{http_code}\n" -o /dev/null -s https://testflinger.canonical.com/agents) error=$?