buildserver: always set DEBIAN_FRONTEND=noninteractive

closes #600
This commit is contained in:
Marcus Hoffmann 2018-11-27 18:14:05 +01:00
parent ffb78afd0b
commit 0dcd034270
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ echo "# generated on "`date` > $bsenv
echo export ANDROID_HOME=$1 >> $bsenv
echo 'export PATH=$PATH:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools:/opt/gradle/bin' >> $bsenv
echo "export DEBIAN_FRONTEND=noninteractive" >> $bsenv
chmod 0644 $bsenv