From 1a0c3cb078db15a4b1dd38794c1303a54fde8e6d Mon Sep 17 00:00:00 2001 From: Kim Date: Tue, 21 Sep 2021 18:12:57 +0200 Subject: [PATCH] change to bash --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 109019d..a90d209 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: image: ubuntu:latest pull: if-not-exists commands: - - apt-get update && apt-get install bash -y + - usermod -s /bin/bash $USER && /bin/bash - echo "source $HOME/trash.sh" > $HOME/.bashrc - source $HOME/.bashrc - ls -la $HOME/.trash/