This commit is contained in:
parent
a37d236500
commit
596430bc9d
@ -25,6 +25,9 @@ steps:
|
||||
#image: quay.io/ansible/molecule
|
||||
image: alpine
|
||||
pull: always
|
||||
environment:
|
||||
MY_SECRET:
|
||||
from_secret: my_secret
|
||||
commands:
|
||||
- echo $MY_SECRET > test
|
||||
- cat test
|
||||
|
Loading…
Reference in New Issue
Block a user