diff options
author | 2019-08-06 07:54:50 -0500 | |
---|---|---|
committer | 2019-08-06 07:55:05 -0500 | |
commit | e37619c95eeac0ea7b92960cf3f1e69535a48ec2 (patch) | |
tree | ffa4fde3046274c5ac6ddb5933aa36024ef6c141 /auth/docker/agent.sh | |
parent | 85b4e413a6b5c82fcd7ddff01c6f7d2edccf79b1 (diff) |
Docker Jar SNAPSHOT issues
Issue-ID: AAF-917
Change-Id: Ic3af68bb26d9cb29f1493c53571266ab80a5a82f
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/docker/agent.sh')
-rw-r--r-- | auth/docker/agent.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/docker/agent.sh b/auth/docker/agent.sh index 32910874..4611f777 100644 --- a/auth/docker/agent.sh +++ b/auth/docker/agent.sh @@ -28,7 +28,7 @@ fi . ./aaf.props DOCKER=${DOCKER:=docker} -CADI_VERSION=${CADI_VERSION:=2.1.15-SNAPSHOT} +CADI_VERSION=${CADI_VERSION:=2.1.15} for V in VERSION DOCKER_REPOSITORY HOSTNAME CONTAINER_NS AAF_FQDN AAF_FQDN_IP DEPLOY_FQI APP_FQDN APP_FQI VOLUME DRIVER LATITUDE LONGITUDE; do if [ "$(grep $V ./aaf.props)" = "" ]; then |