remove suffix var

This commit is contained in:
Bryan Hong 2017-05-24 00:02:22 -07:00
parent 19cc1765c7
commit d489f8c8ab
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
source vars
DOCKERFILE="${1:-Dockerfile}"
SUFFIX=`echo $1 | cut -d. -f2`
docker build -t "${REPO_NAME}/${APP_NAME}:${TAG}" -f ${DOCKERFILE} .