From 087979635f164c9bcbace830205cce07c705f848 Mon Sep 17 00:00:00 2001 From: Kim Date: Tue, 21 Sep 2021 18:29:33 +0200 Subject: [PATCH] add source of .bashrc --- .drone.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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*