mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-07 21:07:37 +08:00
Upgrade docker build images
This commit is contained in:
@@ -4,7 +4,6 @@ set -xe
|
||||
tar xzv --strip-components=1
|
||||
chmod +x striptests && ./striptests
|
||||
mkdir "$TARGETNAME"
|
||||
cabal update
|
||||
( IFS=';'; cabal build $CABALOPTS )
|
||||
find . -name shellcheck -type f -exec mv {} "$TARGETNAME/" \;
|
||||
ls -l "$TARGETNAME"
|
||||
|
Reference in New Issue
Block a user