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