From 4414ae9598b14fc30651ba5803f816552712c09d Mon Sep 17 00:00:00 2001 From: Kim Date: Tue, 21 Sep 2021 18:27:56 +0200 Subject: [PATCH] add /bin/bash --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index e7f9cb9..4474f6c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,6 +22,7 @@ steps: image: ubuntu:latest pull: if-not-exists commands: + - /bin/bash - touch /tmp/testfile{1..4} - ls -l /tmp/testfile* - trash /tmp/testfile* @@ -37,6 +38,7 @@ steps: image: ubuntu:latest pull: if-not-exists commands: + - /bin/bash - touch /tmp/testfile{1..4} - ls -l /tmp/testfile* - trash /tmp/testfile* @@ -53,6 +55,7 @@ steps: image: ubuntu:latest pull: if-not-exists commands: + - /bin/bash - touch /tmp/testfile{1..4} - ls -l /tmp/testfile* - trash /tmp/testfile*