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 d30fbde commit dea2b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ echo "<br><br>**Date:** " >> VERSION.md
git show -s --format=%ci $(git rev-list --tags --max-count=1) >> VERSION.md
echo "<br><br>**Commit:** " >> VERSION.md
git rev-list --tags --max-count=1 >> VERSION.md
printf "module InspecTools\n VERSION = '$(git describe --tags $(git rev-list --tags --max-count)'.freeze\nend\n" > lib/inspec_tools/version.rb
# printf "module InspecTools\n VERSION = '$(git describe --tags $(git rev-list --tags --max-count)'.freeze\nend\n" > lib/inspec_tools/version.rb
echo "--------END--------"

# push new tag ref to github
Expand Down

0 comments on commit dea2b83

Please sign in to comment.