Skip to content

Commit

Permalink
scripts/update-gh-pages: add more details when stopping
Browse files Browse the repository at this point in the history
  • Loading branch information
marquiz committed Dec 7, 2020
1 parent b59293c commit ee02dd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/github/update-gh-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee02dd7

Please sign in to comment.