Closed musale closed 6 years ago
Updates the short git hash that matches the current version of the code in the navbar
This allows the navbar to have the short version of the current commit hash from HEAD.
Fixes issue #244
Get the hash of the latest commit as the display instead of a static value.
docker-compose -f local.yml build
docker-compose -f local.yml up
git rev-parse --short HEAD
@lamby it's updated now 😃
The travis build erred, so I restarted it.
Thanks!
Updates the short git hash that matches the current version of the code in the navbar
Description
This allows the navbar to have the short version of the current commit hash from HEAD.
Reference to official issue
Fixes issue #244
Motivation and Context
Get the hash of the latest commit as the display instead of a static value.
How Has This Been Tested?
docker-compose -f local.yml build
docker-compose -f local.yml up
git rev-parse --short HEAD
CLA