diff --git a/entrypoint.sh b/entrypoint.sh index 55315ab..4ee04da 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -12,6 +12,12 @@ for file in $(find . -iname "*.yml" | grep deployment); do acc=$((acc + 1)) fi + file=$(echo "$file" | sed 's/\.\///') + + if [ "$manifest_path" != "$file" ]; then + echo "manifest_path: [$manifest_path] doesn't match with [$file]" + acc=$((acc + 1)) + fi else echo "$file doesn't have a manifest_path configured" fi