cluster-deployment/build.sh

8 lines
213 B
Bash
Executable File

#!/usr/bin/env bash
# $1 == "ci" when run by Laminar CI
set -x;
find . -iname '*.sh' -not -path '*lantern-build-engine*' -print0 | xargs -0 -P "$(nproc)" shellcheck --external-sources --color --exclude SC2094;