Update git env variables to add GIT_BASE_HTTP_URL and GIT_BASE_USERNAME
Change-Id: Ia1f89c7680163fbd71ecbd5c4ce6992e880cc207
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh
index b1c523e..c1169cc 100755
--- a/installers/full_install_osm.sh
+++ b/installers/full_install_osm.sh
@@ -207,6 +207,7 @@
echo "Skipping deployment of auxiliary services."
echo "Using existing git credentials and repos defined in ${CREDENTIALS_DIR}/git_environment.rc"
# cat << EOF > "${CREDENTIALS_DIR}/git_environment.rc"
+# export GIT_BASE_HTTP_URL="${GITEA_HTTP_URL}"
# export FLEET_REPO_HTTP_URL="${FLEET_REPO_HTTP_URL}"
# export FLEET_REPO_SSH_URL="${FLEET_REPO_SSH_URL}"
# export FLEET_REPO_GIT_USERNAME="${FLEET_REPO_GIT_USERNAME}"