Skip to content

Commit

Permalink
Specify shell in Diagnostic #7 to remove the default -e option
Browse files Browse the repository at this point in the history
  • Loading branch information
boukeas committed Jun 20, 2024
1 parent 66c1140 commit 9cca0e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testflinger_submit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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=$?
Expand Down

0 comments on commit 9cca0e9

Please sign in to comment.