test
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Nicolas Duhamel 2021-10-31 08:32:52 +01:00
parent 2c3bcbdefd
commit 863c6eb381

View File

@ -3,13 +3,16 @@ type: docker
name: default
steps:
- name: Build
image: python
- name: env
image: docker
environment:
PASSWORD:
from_secret: password
commands:
- echo $PASSWORD
- env
- name: Build
image: python
commands:
- apt-get update
- apt-get -y install python3-systemd libsystemd-dev
- pip install pex