From 5fc6eff45719d2c1210430830fcd879de1fad545 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 13 Jul 2022 07:45:21 -0300 Subject: [PATCH] [GitHub Action v1] Added version and warning to entrypoint --- entrypoint.sh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 0eada584..f1a90cdf 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -170,6 +170,28 @@ function main { run } +echo "*****************************************************************************************" +echo "*****************************************************************************************" +echo +echo +echo KiBot GitHub Action v1 for KiCad 5 +echo +echo "**********************************" +echo "*** Please switch to v2 action ***" +echo "**********************************" +echo +echo +kibot --version +dpkg -l kicad | grep kicad +echo Debian: `cat /etc/debian_version` +kicost --version +pcbdraw --version +echo "iBoM:" `INTERACTIVE_HTML_BOM_NO_DISPLAY=True generate_interactive_bom.py --version 2> /dev/null | grep "^v"` +echo +echo +echo "*****************************************************************************************" +echo "*****************************************************************************************" + # Removes quotes args=$(xargs <<<"$@")