Skip to content

Commit

Permalink
REMOVE ME: Add some git debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlettroscoe committed Jul 25, 2023
1 parent 6d522d1 commit 4232f87
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tribits/doc/utils/gen_doc_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ function generate_git_version_file {
_TRIBITS_TAG_PREFIX=`cat ../../../tribits_tag_prefix.txt`

if [ -e ../../../.git ] ; then
echo
echo "Running: pwd"
pwd
echo "_TRIBITS_TAG_PREFIX = '${_TRIBITS_TAG_PREFIX}'"
echo "Running: git tag"
git tag
echo
echo
echo "Generating git version"
echo
Expand Down

0 comments on commit 4232f87

Please sign in to comment.