From c09d9eb8782f2e3d28cfa470597c28d2e8668198 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Sun, 19 Nov 2023 00:57:27 -0500 Subject: [PATCH] add pwd and tree commands; remove some others --- .drone.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index a4eff48..80f8102 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: