Make package installation noninteractive
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
5a8168ab4c
commit
093206d6f2
1 changed files with 2 additions and 2 deletions
|
@ -44,9 +44,9 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- apt update
|
- apt update
|
||||||
- apt -y upgrade
|
- apt -y upgrade
|
||||||
- apt -y install --no-install-recommends build-essential equivs devscripts git rename
|
- DEBIAN_FRONTEND=noninteractive apt -y install --no-install-recommends build-essential equivs devscripts git rename
|
||||||
- git clean -f -d -x
|
- git clean -f -d -x
|
||||||
- mk-build-deps --install --tool='apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends --yes' debian/control
|
- mk-build-deps --install --tool='DEBIAN_FRONTEND=noninteractive apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends --yes' debian/control
|
||||||
- dpkg-buildpackage -b -uc
|
- dpkg-buildpackage -b -uc
|
||||||
- rename 's/\.deb/_focal\.deb/' ../*.deb
|
- rename 's/\.deb/_focal\.deb/' ../*.deb
|
||||||
- mkdir -p /deb_files/focal/
|
- mkdir -p /deb_files/focal/
|
||||||
|
|
Loading…
Reference in a new issue