1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-28 02:37:11 +00:00

scripts/update-gh-pages: add more details when stopping

This commit is contained in:
Markus Lehtonen 2020-12-04 22:12:29 +02:00
parent b59293c18b
commit ee02dd7033

View file

@ -109,6 +109,7 @@ if [ "$site_subdir" != "master" ]; then
;;
*)
echo "Not a released version. Parsed release branch is $site_subdir but based on tag $_base_tag. Stopping here."
echo "SHA `git describe` (`git rev-parse HEAD`)"
exit 0
;;
esac