mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
build-lxd.yml: Skip update test before running actual update
Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
parent
c7ff30c618
commit
4da8374d7e
3
.github/workflows/build-lxd.yml
vendored
3
.github/workflows/build-lxd.yml
vendored
@ -255,11 +255,10 @@ jobs:
|
||||
"$LXC" exec ncp -- cat "$datadir/nextcloud.log" || true
|
||||
exit 1
|
||||
}
|
||||
python system_tests.py --non-interactive || {
|
||||
python system_tests.py --non-interactive --skip-update-test || {
|
||||
echo "System test failed!"
|
||||
exit 1
|
||||
}
|
||||
|
||||
- name: Update ncp
|
||||
run: |
|
||||
set -ex
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user