Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
djhaynes authored Nov 18, 2019
1 parent 3e70157 commit 53532f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ fi
echo "--------START--------"
git pull origin master
git config --global user.name "djhaynes"
git config --global user.email "[email protected]"
echo "**Release:** " > VERSION.md
git describe --tags $(git rev-list --tags --max-count=1) >> VERSION.md
echo "<br><br>**Date:** " >> VERSION.md
Expand Down

0 comments on commit 53532f7

Please sign in to comment.