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 - main
event: [push] event: [push]
depends_on:
- run_ansible_tests
steps: steps:
- name: check_env - name: check_env
commands: commands:
- env
- whoami - whoami
- hostnamectl - hostnamectl
- lscpu - env
- free -h - pwd
- lsblk -f - tree
- name: docker_info - name: docker_info
commands: commands: