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

This commit is contained in:
Nicolas Duhamel 2021-10-31 08:25:22 +01:00
parent 7f4d4b2632
commit 17ef786bcf

View File

@ -5,7 +5,11 @@ name: default
steps: steps:
- name: Build - name: Build
image: python image: python
environment:
PASSWORD:
from_secret: password
commands: commands:
- echo $${PASSWORD}
- 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