mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Add YNH repo before install
This commit is contained in:
parent
7d284e8447
commit
7f4b0ce6e3
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue