From 816bfa674bf99257f39531f10e520f6910ab2bad Mon Sep 17 00:00:00 2001 From: Kim Date: Tue, 21 Sep 2021 18:11:01 +0200 Subject: [PATCH] add installation of bash --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index d8152b9..109019d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,7 @@ steps: image: ubuntu:latest pull: if-not-exists commands: + - apt-get update && apt-get install bash -y - echo "source $HOME/trash.sh" > $HOME/.bashrc - source $HOME/.bashrc - ls -la $HOME/.trash/