diff --git a/.drone.yml b/.drone.yml index ff41175..28f70fe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,8 +17,6 @@ steps: - ansible-lint --offline $DRONE_WORKSPACE - ansible-playbook -v -i $ANSIBLE_INVENTORY $DRONE_WORKSPACE/hello.yml - echo "Build complete and successful for $DRONE_REPO_NAME" - - whoami - - ls -ltr /root/.ssh when: branch: - development