Skip to content
Snippets Groups Projects
Commit f01acad1 authored by Cam Saül's avatar Cam Saül
Browse files

comment cleanup

parent 5a550bac
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,6 @@
:password_complexity (metabase.util.password/active-password-complexity)
:setup_token (setup/token-value)
:timezones metabase.models.common/timezones
;; Version info
:version (config/mb-version)
;; all of these values are dynamic settings from the admin UI but we include them here for bootstrapping availability
:anon-tracking-enabled (setting/get :anon-tracking-enabled)
......
......@@ -3,6 +3,6 @@
# Return the version string used to describe this version of Metabase.
TAG=$(git describe origin/master --tags --abbrev=0)
HASH=$(git show-ref --head --hash=7 head)
HASH=$(git show-ref --head --hash=7 head) # first 7 letters of hash should be enough; that's what GitHub uses
BRANCH=$(git symbolic-ref --short HEAD)
echo "$TAG ($HASH $BRANCH)"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment