backstage-entity-validator/entrypoint.sh
Stephan Schnabel 5b50a3f297
Some checks failed
ci/woodpecker/push/dockerhub Pipeline was successful
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test/1 Pipeline was successful
ci/woodpecker/push/test/2 Pipeline was successful
Initial draft of plugin.
2025-06-20 14:25:10 +02:00

9 lines
221 B
Bash
Executable file

#!/usr/bin/env bash
set -eu;
echo "Validate: ${PLUGIN_FILES:-catalog-info.yaml}"
echo
# ignore spaces escaping to enable multiple parameter
# shellcheck disable=SC2086
validate-entity ${PLUGIN_FILES:-catalog-info.yaml}