From 81be59df09ef107bcf86113e9252d090ef18518e Mon Sep 17 00:00:00 2001 From: umry8364 Date: Tue, 1 Oct 2019 11:10:09 +0200 Subject: [PATCH] fix csit appc split 95349 into several patches Issue-ID: INT-1237 Signed-off-by: mrichomme Change-Id: I687f6fea73eeaf55a3c245077dd63ce53ffda7d3 --- plans/appc/healthcheck/setup.sh | 6 +++--- 1 file 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 -- 2.16.6