diff options
-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 5e34afba..04d5c5e3 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.4.0-SNAPSHOT-latest -export DGBUILDER_DOCKER_IMAGE_VERSION=0.3.0 -export ANSIBLE_DOCKER_IMAGE_VERSION=0.3.0 +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 BRANCH=master export SOLUTION_NAME=onap |