Moved git-hash determination to passed in build variable (#273)

This commit is contained in:
Kevin Stone
2019-08-11 10:44:00 -05:00
committed by XECDesign
parent 920e22bdc5
commit 18b945ffb2
3 changed files with 7 additions and 3 deletions

View File

@@ -168,6 +168,8 @@ export WPA_PASSWORD
export WPA_COUNTRY
export ENABLE_SSH="${ENABLE_SSH:-0}"
export GIT_HASH=${GIT_HASH:-"$(git rev-parse HEAD)"}
export BASE_DIR
export CLEAN