mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 23:27:04 +02:00
CI: musl: drop shopt in workflow invocation
"shopt" is bash specific, while musl uses bourne shell. /__w/_temp/1b0f5f5d-c71b-4a66-8be3-e1fe51c10993.sh: line 7: shopt: not found
This commit is contained in:
parent
8382d71808
commit
d89734bcc5
1
.github/workflows/musl.yml
vendored
1
.github/workflows/musl.yml
vendored
@ -60,4 +60,3 @@ jobs:
|
|||||||
cat $folder/LOG
|
cat $folder/LOG
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
done
|
done
|
||||||
shopt -s nullglob
|
|
||||||
|
Loading…
Reference in New Issue
Block a user