diff options
-rw-r--r-- | .gitreview | 1 | ||||
-rwxr-xr-x | test/csit/plans/appc/healthcheck/setup.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitreview b/.gitreview index 6e77300ea..14c635739 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=gerrit.onap.org port=29418 project=integration.git +defaultbranch=beijing
\ No newline at end of file diff --git a/test/csit/plans/appc/healthcheck/setup.sh b/test/csit/plans/appc/healthcheck/setup.sh index da441ea54..a0683fbe6 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.4.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 |