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 name: default
steps: steps:
- name: Build - name: env
image: python image: docker
environment: environment:
PASSWORD: PASSWORD:
from_secret: password from_secret: password
commands: commands:
- echo $PASSWORD - env
- name: Build
image: python
commands:
- apt-get update - apt-get update
- apt-get -y install python3-systemd libsystemd-dev - apt-get -y install python3-systemd libsystemd-dev
- pip install pex - pip install pex