mirror of
https://github.com/linuxserver/docker-manyfold.git
synced 2026-02-20 05:49:50 +08:00
arm init always fails so set timeout to default
This commit is contained in:
parent
b8818b39f8
commit
bafe1405b9
2
.github/workflows/permissions.yml
vendored
2
.github/workflows/permissions.yml
vendored
@ -5,7 +5,7 @@ on:
|
||||
- '**/run'
|
||||
- '**/finish'
|
||||
- '**/check'
|
||||
- 'root/migrations/*
|
||||
- 'root/migrations/*'
|
||||
|
||||
jobs:
|
||||
permission_check:
|
||||
|
||||
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -33,7 +33,7 @@ pipeline {
|
||||
CI_WEB='true'
|
||||
CI_PORT='3214'
|
||||
CI_SSL='false'
|
||||
CI_DELAY='600'
|
||||
CI_DELAY='120'
|
||||
CI_DOCKERENV='SECRET_KEY_BASE=placeholder|DATABASE_URL=sqlite3:/config/manyfold.sqlite3|DOCKER_MODS=lscr.io/linuxserver/mods:universal-redis'
|
||||
CI_AUTH=''
|
||||
CI_WEBPATH=''
|
||||
|
||||
@ -23,7 +23,7 @@ repo_vars:
|
||||
- CI_WEB='true'
|
||||
- CI_PORT='3214'
|
||||
- CI_SSL='false'
|
||||
- CI_DELAY='600'
|
||||
- CI_DELAY='120'
|
||||
- CI_DOCKERENV='SECRET_KEY_BASE=placeholder|DATABASE_URL=sqlite3:/config/manyfold.sqlite3|DOCKER_MODS=lscr.io/linuxserver/mods:universal-redis'
|
||||
- CI_AUTH=''
|
||||
- CI_WEBPATH=''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user