diff --git a/.drone.yml b/.drone.yml index 4474f6c..bb54af5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,6 @@ steps: image: ubuntu:latest pull: if-not-exists commands: - - /bin/bash - echo ". $HOME/trash.sh" > $HOME/.bashrc - . $HOME/.bashrc - ls -la $HOME/.trash/ @@ -22,7 +21,7 @@ steps: image: ubuntu:latest pull: if-not-exists commands: - - /bin/bash + - . $HOME/.bashrc - touch /tmp/testfile{1..4} - ls -l /tmp/testfile* - trash /tmp/testfile* @@ -38,7 +37,7 @@ steps: image: ubuntu:latest pull: if-not-exists commands: - - /bin/bash + - . $HOME/.bashrc - touch /tmp/testfile{1..4} - ls -l /tmp/testfile* - trash /tmp/testfile* @@ -55,7 +54,7 @@ steps: image: ubuntu:latest pull: if-not-exists commands: - - /bin/bash + - . $HOME/.bashrc - touch /tmp/testfile{1..4} - ls -l /tmp/testfile* - trash /tmp/testfile*