This commit is contained in:
parent
2c3bcbdefd
commit
863c6eb381
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user