From 2f28111009ad6deffe6446a23165968d3b70c07d Mon Sep 17 00:00:00 2001 From: Kim Date: Tue, 21 Sep 2021 20:11:33 +0200 Subject: [PATCH] change image from ubuntu to bash --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index adfde9a..68ce345 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,6 +21,7 @@ steps: image: bash:latest pull: if-not-exists commands: + - . $HOME/.bashrc - for i in 1 2 3 4; do touch /tmp/testfile$i; done - ls -l /tmp - trash /tmp/testfile* @@ -37,6 +38,7 @@ steps: image: bash:latest pull: if-not-exists commands: + - . $HOME/.bashrc - for i in 1 2 3 4; do touch /tmp/testfile$i; done - ls -l /tmp - trash /tmp/testfile* @@ -54,6 +56,7 @@ steps: image: bash:latest pull: if-not-exists commands: + - . $HOME/.bashrc - for i in 1 2 3 4; do touch /tmp/testfile$i; done - ls -l /tmp - trash /tmp/testfile*