diff options
author | Daniel Rose <dr695h@att.com> | 2019-10-09 13:27:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-09 13:27:50 +0000 |
commit | 82c2e604766ffded7d5b2d5d77443f1709562b4a (patch) | |
tree | 38e23e2e2bbcd6bbaaf4d06cf6441ee39824945c | |
parent | d8c426d3c3a2f1d0b06cad4c542b78da6976cfec (diff) | |
parent | 81be59df09ef107bcf86113e9252d090ef18518e (diff) |
Merge "fix csit appc"
-rwxr-xr-x | plans/appc/healthcheck/setup.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plans/appc/healthcheck/setup.sh b/plans/appc/healthcheck/setup.sh index 04d5c5e3..c78f4a82 100755 --- a/plans/appc/healthcheck/setup.sh +++ b/plans/appc/healthcheck/setup.sh @@ -20,9 +20,9 @@ SCRIPTS="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" source ${WORKSPACE}/scripts/appc/script1.sh -export APPC_DOCKER_IMAGE_VERSION=1.5.0-SNAPSHOT-latest -export DGBUILDER_DOCKER_IMAGE_VERSION=0.3.3 -export ANSIBLE_DOCKER_IMAGE_VERSION=0.4.1-STAGING-latest +export APPC_DOCKER_IMAGE_VERSION=1.6.2-SNAPSHOT-latest +export DGBUILDER_DOCKER_IMAGE_VERSION=0.6.0 +export ANSIBLE_DOCKER_IMAGE_VERSION=0.6.1-STAGING-latest export BRANCH=master export SOLUTION_NAME=onap |