Add YNH repo before install

This commit is contained in:
Kay0u 2020-05-17 15:02:58 +02:00
parent 7d284e8447
commit 7f4b0ce6e3
No known key found for this signature in database
GPG key ID: AE1DCADB6415A156

View file

@ -67,6 +67,11 @@ install:
stage: install stage: install
variables: variables:
YNH_BUILD_DIR: "ynh-build" YNH_BUILD_DIR: "ynh-build"
before_script:
- apt install wget --assume-yes
- echo "deb http://forge.yunohost.org/debian/ stretch stable testing unstable" > /etc/apt/sources.list.d/yunohost.list
- wget -O- https://forge.yunohost.org/yunohost.asc -q | apt-key add -qq - >/dev/null 2>&1
- apt update
script: script:
- | - |
debconf-set-selections << EOF debconf-set-selections << EOF