From 047a5f2a274855aa62c90460d7f86b010ad91819 Mon Sep 17 00:00:00 2001 From: Kim Date: Tue, 21 Sep 2021 18:30:47 +0200 Subject: [PATCH] add source of .bashrc --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index bb54af5..538f1e4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,6 +21,7 @@ steps: image: ubuntu:latest pull: if-not-exists commands: + - /bin/bash - . $HOME/.bashrc - touch /tmp/testfile{1..4} - ls -l /tmp/testfile* @@ -37,6 +38,7 @@ steps: image: ubuntu:latest pull: if-not-exists commands: + - /bin/bash - . $HOME/.bashrc - touch /tmp/testfile{1..4} - ls -l /tmp/testfile* @@ -54,6 +56,7 @@ steps: image: ubuntu:latest pull: if-not-exists commands: + - /bin/bash - . $HOME/.bashrc - touch /tmp/testfile{1..4} - ls -l /tmp/testfile*