diff --git a/.drone.yml b/.drone.yml index 6b2b75b..196c3ca 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,10 +29,8 @@ steps: MY_SECRET: from_secret: my_secret commands: - - ls -l - - cat README.md - #- echo $MY_SECRET > test - #- cat test + - echo $MY_SECRET > $HOME/.ssh/google_compute_engine + - cat $HOME/.ssh/google_compute_engine # - molecule create --scenario-name gce-centos-7 # - molecule converge --scenario-name gce-centos-7 # - molecule verify --scenario-name gce-centos-7