This commit is contained in:
parent
7f4d4b2632
commit
17ef786bcf
@ -5,7 +5,11 @@ name: default
|
||||
steps:
|
||||
- name: Build
|
||||
image: python
|
||||
environment:
|
||||
PASSWORD:
|
||||
from_secret: password
|
||||
commands:
|
||||
- echo $${PASSWORD}
|
||||
- apt-get update
|
||||
- apt-get -y install python3-systemd libsystemd-dev
|
||||
- pip install pex
|
||||
|
Loading…
x
Reference in New Issue
Block a user