forked from gulliver/rtfm
added export for noninteractive backend on apt upgrade
Some checks failed
continuous-integration/drone/pr Build is failing
Some checks failed
continuous-integration/drone/pr Build is failing
This commit is contained in:
parent
3dbca4d055
commit
dfc88edfdd
@ -11,6 +11,7 @@ steps:
|
||||
image: ubuntu:focal
|
||||
|
||||
commands:
|
||||
- export DEBIAN_FRONTEND=noninteractive
|
||||
- apt-get -y update
|
||||
- apt-get -y install graphviz plantuml make python3-pip git
|
||||
- pip install -r requirements.txt
|
||||
@ -43,6 +44,7 @@ steps:
|
||||
THEME_REPO_REF: github.com/crowcpp/darxygen.git
|
||||
|
||||
commands:
|
||||
- export DEBIAN_FRONTEND=noninteractive
|
||||
- export DRONE_BUILD_DIR=$PWD
|
||||
- apt-get -y update
|
||||
- apt-get -y install graphviz plantuml make python3 python3-pip git
|
||||
|
Reference in New Issue
Block a user