Make executable script
oginstaller/pipeline/head There was a failure building this commit Details

malaga-automated-testing
Nicolas Arenas 2025-01-16 14:56:13 +01:00
parent 90e419fa4c
commit cc65ca98b6
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,6 @@ 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
export INTERFACE="eth0"
EXTIP=$(ip -o -4 addr show "$INTERFACE" | awk '{print $4}' | cut -d'/' -f1)
@ -38,6 +37,7 @@ echo "La dirección IP de la interfaz $INTERFACE es: $EXTIP"
export BRANCH=malaga-automated-testing
curl -q -k https://ognproject.evlt.uma.es/gitea/api/v1/repos/opengnsys/oginstaller/raw/python-installer/opengnsys_installer.sh?ref=python-installer -o opengnsys_installer.sh
cp /tmp/questions/config* /tmp/oginstall
chmod 755 /tmp/oginstall/component-installer.sh
/tmp/oginstall/component-installer.sh
OEOL