Hardcode gerrit branch of horizon for stein
Related-prod: PRODX-979
Change-Id: I403f3010538a99e10982f8724898b422f3a59075
diff --git a/pre-build.sh b/pre-build.sh
index 32b6c02..dc1d3e7 100644
--- a/pre-build.sh
+++ b/pre-build.sh
@@ -8,7 +8,6 @@
GERRIT_NAME=${GERRIT_NAME:-$(git remote -v | sed -n -e 's|^origin[[:space:]]\+\([[:alpha:]]\+\)://\([a-z0-9\-]\+\)@\([a-z.:0-9]\+\)/.*(fetch)$|\2|p')}
GERRIT_HOST_PORT=${GERRIT_HOST_PORT:-$(git remote -v | sed -n -e 's|^origin[[:space:]]\+\([[:alpha:]]\+\)://\([a-z0-9\-]\+\)@\([a-z.:0-9]\+\)/.*(fetch)$|\3|p')}
HORIZON_LIB_REPO="${GERRIT_SCHEME}://${GERRIT_NAME}@${GERRIT_HOST_PORT}/packaging/sources/horizon"
-GERRIT_BRANCH=${GERRIT_BRANCH:-mcp/stein}
git clone ${HORIZON_LIB_REPO}
-cd horizon/ ; git checkout ${GERRIT_BRANCH}
+cd horizon/ ; git checkout mcp/stein