test
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-02-27 11:21:12 +01:00
parent a37d236500
commit 596430bc9d
1 changed files with 3 additions and 0 deletions

View File

@ -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