Refactor CI pipelien and enable molecule testing #1

Merged
xoxys merged 131 commits from molecule-dev into master 2019-03-25 22:23:40 +01:00
Showing only changes of commit 596430bc9d - Show all commits

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