blob: 95c145044d5dec0790419a61c3fd341616568a28 [file] [log] [blame]
Bilal Ad46ab2e2019-06-07 21:25:59 +00001POLICY_MARIADB_VER=10.2.25
Bilal A9f54c002020-01-16 16:12:19 +00002NEXUS_URL=https://nexus.onap.org/content/repositories/snapshots
Jim Hahn3fdcd612020-05-28 08:55:32 -04003
4GIT_TOP=$(git rev-parse --show-toplevel)
5GERRIT_BRANCH=$(awk -F= '$1 == "defaultbranch" { print $2 }' \
6 "${GIT_TOP}"/.gitreview)
7echo GERRIT_BRANCH=${GERRIT_BRANCH}