Rename build tags

This commit is contained in:
Jeff Mitchell 2016-04-28 00:59:33 +00:00
parent 1027b51d17
commit 3d2d044693
1 changed files with 1 additions and 1 deletions

View File

@ -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)"