diff options
author | Patrick Brady <pb071s@att.com> | 2018-05-22 14:35:53 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-05-22 14:35:58 -0700 |
commit | 464168e5628920864098b778ac21b50d7ccb8675 (patch) | |
tree | 31e5f59a91191068373d7dc7e26737d114065a77 | |
parent | bffa4cda6c25bd57e9d28238ff20645d00cfc3ef (diff) |
Update appc branch name for Beijing
The git clone command needs to pull from the Beijing branch
during the Beijing csit tests.
Change-Id: I4aed6d9efafcc342f36f078870fb548f46985ca7
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-916
-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..51d100033 100755 --- a/test/csit/plans/appc/healthcheck/setup.sh +++ b/test/csit/plans/appc/healthcheck/setup.sh @@ -22,7 +22,7 @@ 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-STAGING-latest -export BRANCH=master +export BRANCH=beijing export SOLUTION_NAME=onap export NEXUS_USERNAME=docker |