add pwd and tree commands; remove some others
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Chris Hammer 2023-11-19 00:57:27 -05:00
parent 4335f5762a
commit c09d9eb878

View File

@ -53,15 +53,17 @@ trigger:
- main
event: [push]
depends_on:
- run_ansible_tests
steps:
- name: check_env
commands:
- env
- whoami
- hostnamectl
- lscpu
- free -h
- lsblk -f
- env
- pwd
- tree
- name: docker_info
commands: