Refactor CI pipelien and enable molecule testing #1
@ -25,6 +25,9 @@ steps:
|
|||||||
#image: quay.io/ansible/molecule
|
#image: quay.io/ansible/molecule
|
||||||
image: alpine
|
image: alpine
|
||||||
pull: always
|
pull: always
|
||||||
|
environment:
|
||||||
|
MY_SECRET:
|
||||||
|
from_secret: my_secret
|
||||||
commands:
|
commands:
|
||||||
- echo $MY_SECRET > test
|
- echo $MY_SECRET > test
|
||||||
- cat test
|
- cat test
|
||||||
|
Loading…
Reference in New Issue
Block a user