Remove the unused MAVEN_CENTRAL_URL variable. The self-release job is
designed to work with any Nexus repository info published in
`staging-repo.txt.gz`, which makes the `MAVEN_CENTRAL_URL` redundant,
hence remove the unused variable.
Issue: RELENG-2129
Change-Id: Iabb772d908f8001a6626d728a9140ff14e3088f2
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
--- /dev/null
+---
+fixes:
+ - |
+ Remove unused the MAVEN_CENTRAL_URL variable. The self-release job is
+ designed to work with any Nexus repository info published in
+ `staging-repo.txt.gz`, which makes the `MAVEN_CENTRAL_URL` redundant,
+ hence remove the unused variable.
echo "---> INFO: Setting all VARS"
LOGS_SERVER="${LOGS_SERVER:-None}"
-MAVEN_CENTRAL_URL="${MAVEN_CENTRAL_URL:-None}"
if [ "${LOGS_SERVER}" == 'None' ]; then
echo "FAILED: log server not found"
exit 1