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