add pwd and tree commands; remove some others
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4335f5762a
commit
c09d9eb878
10
.drone.yml
10
.drone.yml
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user