mirror of
https://github.com/bitnami/minideb.git
synced 2026-06-04 10:13:55 +08:00
Add shellcheck to catch bad shell code
This commit is contained in:
committed by
James Westby
parent
449decc476
commit
6309b17069
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -eu
|
||||
set -o pipefail
|
||||
|
||||
SCRIPTS=(shellcheck mkimage buildone buildall pushall)
|
||||
|
||||
shellcheck -s bash "${SCRIPTS[@]}"
|
||||
Reference in New Issue
Block a user