Another fix of the docker build & release script

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

@ -4,7 +4,7 @@ set -eo pipefail
NAME=$1
if [ -z $CIRCLE_TAG ];
if [ ! -z $CIRCLE_TAG ];
then
VERSION=${CIRCLE_TAG#?}
else

Loading…
Cancel
Save