mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-20 13:23:55 -07:00
Rename build/ to builders/ to avoid looking like build output
This commit is contained in:
parent
95ddc900fe
commit
d92b0fdd43
28 changed files with 2 additions and 2 deletions
|
@ -61,8 +61,8 @@ cat << EOF
|
||||||
Manual Checklist
|
Manual Checklist
|
||||||
|
|
||||||
$((i++)). Make sure none of the automated checks above failed
|
$((i++)). Make sure none of the automated checks above failed
|
||||||
$((i++)). Run \`build/build_builder build/*/\` to update all builder images.
|
$((i++)). Run \`builders/build_builder build/*/\` to update all builder images.
|
||||||
$((j++)). \`build/run_builder dist-newstyle/sdist/ShellCheck-*.tar.gz build/*/\` to verify that they work.
|
$((j++)). \`builders/run_builder dist-newstyle/sdist/ShellCheck-*.tar.gz builders/*/\` to verify that they work.
|
||||||
$((j++)). \`for f in \$(cat build/*/tag); do docker push "\$f"; done\` to upload them.
|
$((j++)). \`for f in \$(cat build/*/tag); do docker push "\$f"; done\` to upload them.
|
||||||
$((i++)). Run test/distrotest to ensure that most distros can build OOTB.
|
$((i++)). Run test/distrotest to ensure that most distros can build OOTB.
|
||||||
$((i++)). Make sure GitHub Build currently passes: https://github.com/koalaman/shellcheck/actions
|
$((i++)). Make sure GitHub Build currently passes: https://github.com/koalaman/shellcheck/actions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue