From 49867ef2d33fc1292654b2df95ffb4e0f1237ff6 Mon Sep 17 00:00:00 2001 From: Aaron Hay Date: Fri, 20 Apr 2018 18:18:21 +0000 Subject: Update APPC CSIT Nitrogen ODL release support Change dgbuilder image location to remove SNAPSHOT. Change-Id: I5a17229f5ff551494ed6b1aefd39736b3d9b3f21 Issue-ID: APPC-851 Signed-off-by: Aaron Hay --- test/csit/plans/appc/healthcheck/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/csit/plans/appc/healthcheck/setup.sh b/test/csit/plans/appc/healthcheck/setup.sh index f47685334..014aa95dd 100755 --- a/test/csit/plans/appc/healthcheck/setup.sh +++ b/test/csit/plans/appc/healthcheck/setup.sh @@ -21,7 +21,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 CCSDK_DOCKER_IMAGE_VERSION=0.2.1-SNAPSHOT +export CCSDK_DOCKER_IMAGE_VERSION=0.2.1 export BRANCH=master export SOLUTION_NAME=onap -- cgit 1.2.3-korg