Rename build tags
This commit is contained in:
parent
1027b51d17
commit
3d2d044693
|
@ -12,7 +12,7 @@ DIR="$( cd -P "$( dirname "$SOURCE" )/.." && pwd )"
|
||||||
cd "$DIR"
|
cd "$DIR"
|
||||||
|
|
||||||
# Set build tags
|
# Set build tags
|
||||||
BUILD_TAGS="${VAULT_BUILD_TAGS:-"vault"}"
|
BUILD_TAGS="${BUILD_TAGS:-"vault"}"
|
||||||
|
|
||||||
# Get the git commit
|
# Get the git commit
|
||||||
GIT_COMMIT="$(git rev-parse HEAD)"
|
GIT_COMMIT="$(git rev-parse HEAD)"
|
||||||
|
|
Loading…
Reference in New Issue