We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a82a5 commit 972eb39Copy full SHA for 972eb39
1 file changed
hooks/command
@@ -26,4 +26,8 @@ if [[ -n "${BUILDKITE_PLUGIN_PLUGIN_LINTER_README:-}" ]] ; then
26
args+=("--env" "PLUGIN_README=$BUILDKITE_PLUGIN_PLUGIN_LINTER_README")
27
fi
28
29
+if [[ -n "${BUILDKITE_PLUGIN_PLUGIN_LINTER_SKIP_INVALID:-}" ]] ; then
30
+ args+=("--env" "PLUGIN_SKIP_INVALID=$BUILDKITE_PLUGIN_PLUGIN_LINTER_SKIP_INVALID")
31
+fi
32
+
33
docker run "${args[@]}" buildkite/plugin-linter:"${TAG}"
0 commit comments