diff --git a/.drone.yml b/.drone.yml index 276e622..1678311 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,7 @@ steps: image: alpine pull: always commands: - - echo "asas" > test + - echo ${MY_SECRET} > test - cat test # - molecule create --scenario-name gce-centos-7 # - molecule converge --scenario-name gce-centos-7