From ac7eac48d95407dd8f81f5ddf0bfc27696c04346 Mon Sep 17 00:00:00 2001 From: Kim Date: Tue, 21 Sep 2021 20:11:04 +0200 Subject: [PATCH] change image from ubuntu to bash --- .drone.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index addfc1a..adfde9a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,8 +21,6 @@ steps: image: bash:latest pull: if-not-exists commands: - - /bin/bash - - . $HOME/.bashrc - for i in 1 2 3 4; do touch /tmp/testfile$i; done - ls -l /tmp - trash /tmp/testfile* @@ -39,8 +37,6 @@ steps: image: bash:latest pull: if-not-exists commands: - - /bin/bash - - . $HOME/.bashrc - for i in 1 2 3 4; do touch /tmp/testfile$i; done - ls -l /tmp - trash /tmp/testfile* @@ -58,7 +54,6 @@ 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*