mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Don't create safety backup when testing upgrade.
This commit is contained in:
parent
b8f23983d6
commit
62b7e02f12
1 changed files with 1 additions and 1 deletions
|
@ -497,7 +497,7 @@ TEST_UPGRADE () {
|
||||||
metrics_start
|
metrics_start
|
||||||
|
|
||||||
# Upgrade the application in a LXC container
|
# Upgrade the application in a LXC container
|
||||||
_RUN_YUNOHOST_CMD "app upgrade $app_id --file /app_folder --force" \
|
_RUN_YUNOHOST_CMD "app upgrade $app_id --file /app_folder --no-safety-backup --force" \
|
||||||
&& _VALIDATE_THAT_APP_CAN_BE_ACCESSED "$SUBDOMAIN" "$check_path" "upgrade" \
|
&& _VALIDATE_THAT_APP_CAN_BE_ACCESSED "$SUBDOMAIN" "$check_path" "upgrade" \
|
||||||
&& _TEST_CONFIG_PANEL
|
&& _TEST_CONFIG_PANEL
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue