mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Attempt to yolofix the tests
This commit is contained in:
parent
77bd9ae33f
commit
d80acdb198
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ upgrade:
|
|||
extends: .install-stage
|
||||
image: "after-install"
|
||||
script:
|
||||
- apt update
|
||||
- DEBIAN_FRONTEND=noninteractive SUDO_FORCE_REMOVE=yes apt --assume-yes -o Dpkg::Options::="--force-confold" --allow-downgrades install ./$YNH_BUILD_DIR/*.deb
|
||||
|
||||
|
||||
|
@ -23,5 +24,6 @@ install-postinstall:
|
|||
extends: .install-stage
|
||||
image: "before-install"
|
||||
script:
|
||||
- apt update
|
||||
- DEBIAN_FRONTEND=noninteractive SUDO_FORCE_REMOVE=yes apt --assume-yes -o Dpkg::Options::="--force-confold" --allow-downgrades install ./$YNH_BUILD_DIR/*.deb
|
||||
- yunohost tools postinstall -d domain.tld -p the_password --ignore-dyndns
|
||||
|
|
Loading…
Add table
Reference in a new issue