[ci] permanently set debconf frontend to noninteractive
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Joe 2020-09-04 10:50:03 -05:00
parent c397792fe3
commit b786c6c225
Signed by: joe
GPG Key ID: 8595A3F8F2CE1B74
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ steps:
pull: if-not-exists
commands:
- ln -fs /usr/share/zoneinfo/America/Chicago /etc/localtime
- DEBIAN_FRONTEND=noninteractive apt-get -qq update && apt-get -yq -o=Dpkg::Use-Pty=0 install redis-server postgresql --no-install-recommends
- dpkg-reconfigure debconf --frontend=noninteractive
- apt-get -qq update && apt-get -yq -o=Dpkg::Use-Pty=0 install redis-server postgresql --no-install-recommends
- pg_ctlcluster 12 main start
- sleep 15
- su - postgres