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