Fix install script.

This commit is contained in:
David Newhall II
2019-07-08 00:14:16 -07:00
parent 96dcacfa10
commit b735c92af9
2 changed files with 2 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ set -e -o pipefail
VERSION=$(git tag -l --merged | tail -n1 | tr -d v) # 1.2.3
SHORTVER=$(echo $VERSION | cut -d. -f1,2) # 1.2
if [ "$BUILDS" != "" ] && [ "$VERSION" != "" ]; then
if [ "$BUILDS" != "" ]; then
TAGS=$DOCKER_TAG
fi