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

This commit is contained in:
Robert Kaussow 2019-02-27 11:18:50 +01:00
parent ba32eef0d8
commit 4df8edbff9
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ steps:
image: alpine
pull: always
commands:
- echo ${MY_SECRET} > test
- echo $${MY_SECRET} > test
- cat test
# - molecule create --scenario-name gce-centos-7
# - molecule converge --scenario-name gce-centos-7