add ssh dir check
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Chris Hammer 2023-11-17 10:10:37 -05:00
parent fd4b03d2f9
commit cc9f96b470

View File

@ -18,6 +18,7 @@ steps:
- ansible-playbook -v -i $ANSIBLE_INVENTORY $DRONE_WORKSPACE/hello.yml - ansible-playbook -v -i $ANSIBLE_INVENTORY $DRONE_WORKSPACE/hello.yml
- echo "Build complete and successful for $DRONE_REPO_NAME" - echo "Build complete and successful for $DRONE_REPO_NAME"
- whoami - whoami
- ls -ltr /root/.ssh
when: when:
branch: branch:
- development - development