]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: musl: drop shopt in workflow invocation
authorIlya Shipitsin <chipitsine@gmail.com>
Wed, 6 Sep 2023 17:04:49 +0000 (19:04 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 8 Sep 2023 17:05:04 +0000 (19:05 +0200)
"shopt" is bash specific, while musl uses bourne shell.

/__w/_temp/1b0f5f5d-c71b-4a66-8be3-e1fe51c10993.sh: line 7: shopt: not found

.github/workflows/musl.yml

index af358981f7657b868944136998eee9a6e6ac3639..930a22e018d2726bff650d15ef97b88ae2d6d4e0 100644 (file)
@@ -60,4 +60,3 @@ jobs:
             cat $folder/LOG
             echo "::endgroup::"
           done
-          shopt -s nullglob