This commit is contained in:
parent
7f4d4b2632
commit
17ef786bcf
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user