diff options
author | Patrick Brady <pb071s@att.com> | 2018-05-22 14:40:02 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-05-22 14:41:13 -0700 |
commit | c21eb720fdab47359a3e5dc5a755c73023bc6d32 (patch) | |
tree | 4aef1f63a3c09bd3a113894ea37b527519a53834 /test/csit/plans/appc/healthcheck | |
parent | b5b530663e49834ecf0b359e32c7264d1a87558d (diff) |
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 <pb071s@att.com>
Issue-ID: APPC-916
Diffstat (limited to 'test/csit/plans/appc/healthcheck')
-rwxr-xr-x | test/csit/plans/appc/healthcheck/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |