Call `set +x` as a guard just in case a script elsewhere is calling
`set -x` which could cause the credentials to print to console.
Change-Id: I6802887c7a3c9809d9d13d6b3cc90e3570f120fc
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
# Execute the credential lookup and login to the registry
do_login() {
+ set +x # Ensure that no other scripts add `set -x` and print passwords
echo "$1"
CREDENTIAL=$(xmlstarlet sel -N "x=http://maven.apache.org/SETTINGS/1.0.0" \
-t -m "/x:settings/x:servers/x:server[starts-with(x:id, '${1}')]" \