Making timeout start seconds higher
oginstaller/pipeline/head There was a failure building this commit Details

working-installer
Nicolas Arenas 2024-11-14 18:04:28 +01:00
parent c5257913c0
commit 3f49623417
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CONFIGS_DIR=/tmp/oginstall
# PAT_FILE=/opengnsys-installer/pat.txt
# PAT=$(cat $PAT_FILE | tr -d '\n\r\t')
# OPENGNSYS_BASE_URL="https://$PAT@ognproject.evlt.uma.es/gitea/opengnsys"
# OPENGNSYS_BASE_URL="https://$PAT@ognproject.evlt.uma.es/gitea/opengnsys"ls
OPENGNSYS_BASE_URL="https://ognproject.evlt.uma.es/gitea/opengnsys"
OGBOOT_REPO="$OPENGNSYS_BASE_URL/ogboot.git"
@ -49,6 +49,7 @@ ExecStart=/usr/bin/docker compose -f /opt/opengnsys/ogCore/etc/docker-compose-de
ExecStartPost=/opt/opengnsys/ogCore/bin/provision_ogcore.sh
ExecStop=/usr/bin/docker compose -f /opt/opengnsys/ogCore/etc/docker-compose-deploy.yml stop
Restart=always
timeoutStartSec=600
[Install]
WantedBy=multi-user.target