Merge "Fix CSIT for PMSH"
[integration/csit.git] / scripts / policy / config / policy-csit.conf
1 POLICY_MARIADB_VER=10.2.25
2 NEXUS_URL=https://nexus.onap.org/content/repositories/snapshots
3
4 GIT_TOP=$(git rev-parse --show-toplevel)
5 GERRIT_BRANCH=$(awk -F= '$1 == "defaultbranch" { print $2 }' \
6                     "${GIT_TOP}"/.gitreview)
7 echo GERRIT_BRANCH=${GERRIT_BRANCH}