diff --git a/.drone.yml b/.drone.yml index 7745856..9f91c4e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,8 +29,9 @@ steps: MY_SECRET: from_secret: my_secret commands: - - echo $MY_SECRET > test - - cat test + - ll + #- echo $MY_SECRET > test + #- cat test # - molecule create --scenario-name gce-centos-7 # - molecule converge --scenario-name gce-centos-7 # - molecule verify --scenario-name gce-centos-7