move debhelper install

[skip ci]
This commit is contained in:
Kay0u 2020-05-18 15:24:42 +02:00
parent 85442c42dc
commit 471dc025db
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -71,7 +71,7 @@ install:
variables: variables:
YNH_BUILD_DIR: "ynh-build" YNH_BUILD_DIR: "ynh-build"
before_script: before_script:
- apt install wget --assume-yes - apt install --assume-yes wget debhelper
- echo "deb http://forge.yunohost.org/debian/ stretch stable testing unstable" > /etc/apt/sources.list.d/yunohost.list - 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 - wget -O- https://forge.yunohost.org/yunohost.asc -q | apt-key add -qq - >/dev/null 2>&1
- apt update - apt update
@ -86,7 +86,6 @@ install:
done done
adduser --disabled-password --quiet --system --home /var/run/avahi-daemon --no-create-home --gecos "Avahi mDNS daemon" --group avahi --uid $avahi_id adduser --disabled-password --quiet --system --home /var/run/avahi-daemon --no-create-home --gecos "Avahi mDNS daemon" --group avahi --uid $avahi_id
fi fi
- apt install --assume-yes debhelper
script: script:
- | - |
debconf-set-selections << EOF debconf-set-selections << EOF