From 328751adf078319d9c94c09b70a58eebdb137c0a Mon Sep 17 00:00:00 2001 From: Kim Date: Tue, 21 Sep 2021 20:00:26 +0200 Subject: [PATCH] fix trash_rm --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ea8e2e3..1bfa900 100644 --- a/.drone.yml +++ b/.drone.yml @@ -58,7 +58,6 @@ steps: image: bash:latest pull: if-not-exists commands: - - /bin/bash - . $HOME/.bashrc - for i in 1 2 3 4; do touch /tmp/testfile$i; done - ls -l /tmp