From c21eb720fdab47359a3e5dc5a755c73023bc6d32 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Tue, 22 May 2018 14:40:02 -0700 Subject: Update appc image version to next version The new appc master image version has now moved to 1.4.0-SNAPSHOT-latest from 1.3.0-SNAPSHOT-latest Change-Id: Ia19e287a4f2b103c0a6e4e5356b263da190c0ef7 Signed-off-by: Patrick Brady Issue-ID: APPC-916 --- test/csit/plans/appc/healthcheck/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/csit/plans/appc/healthcheck/setup.sh') diff --git a/test/csit/plans/appc/healthcheck/setup.sh b/test/csit/plans/appc/healthcheck/setup.sh index afc95204a..da441ea54 100755 --- a/test/csit/plans/appc/healthcheck/setup.sh +++ b/test/csit/plans/appc/healthcheck/setup.sh @@ -20,7 +20,7 @@ SCRIPTS="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" source ${WORKSPACE}/test/csit/scripts/appc/script1.sh -export APPC_DOCKER_IMAGE_VERSION=1.3.0-SNAPSHOT-latest +export APPC_DOCKER_IMAGE_VERSION=1.4.0-SNAPSHOT-latest export CCSDK_DOCKER_IMAGE_VERSION=0.2-STAGING-latest export BRANCH=master export SOLUTION_NAME=onap -- cgit 1.2.3-korg