Add debug to see whats going on
oginstaller/pipeline/head There was a failure building this commit Details

malaga-automated-testing
Nicolas Arenas 2025-01-16 14:48:19 +01:00
parent 6bf86e5aba
commit fe84920048
1 changed files with 2 additions and 1 deletions

View File

@ -30,8 +30,9 @@ GITEA_USER = ENV['GITEA_USER'] || 'unizar'
SSH_GIT_KEY_PASS = ENV['SSH_GIT_KEY_PASS'] || ''
OGSERVERSCRIPT = <<OEOL
set -x
export GIT_SSL_NO_VERIFY=1
INTERFACE="eth0"
export INTERFACE="eth0"
EXTIP=$(ip -o -4 addr show "$INTERFACE" | awk '{print $4}' | cut -d'/' -f1)
echo "La dirección IP de la interfaz $INTERFACE es: $EXTIP"
export BRANCH=malaga-automated-testing