Add debug to see whats going on
oginstaller/pipeline/head There was a failure building this commit
Details
oginstaller/pipeline/head There was a failure building this commit
Details
parent
6bf86e5aba
commit
fe84920048
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue