upgrades: run doctor check --all after each upgrade
This commit is contained in:
parent
21920b10d9
commit
6bb5e947fb
4 changed files with 13 additions and 0 deletions
|
@ -3,3 +3,4 @@
|
|||
FIXTURES_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
source $FIXTURES_DIR/fixtures/storage.sh
|
||||
source $FIXTURES_DIR/fixtures/doctor.sh
|
||||
|
|
7
forgejo/fixtures/doctor.sh
Normal file
7
forgejo/fixtures/doctor.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
|
||||
function doctor_run() {
|
||||
local version=$1
|
||||
|
||||
forgejo_cli $version doctor check --all # --log-file -
|
||||
}
|
Loading…
Add table
Reference in a new issue