A misprint fix

pull/642/head
Dr. Sergey Pogodin 6 years ago
parent 5f8d7382ef
commit aeefb7416e
  1. 2
      docker_build_and_deploy.sh

@ -8,7 +8,7 @@ if [ -z $CIRCLE_TAG ];
then
VERSION=${CIRCLE_TAG#?}
else
VERSION=${CRICLE_SHA1}
VERSION=${CIRCLE_SHA1}
fi
VERSION_TAG=${NAME}:${VERSION}

Loading…
Cancel
Save