From 6c96cbce523fcbcef8571945e63b3517751e57e2 Mon Sep 17 00:00:00 2001 From: Kim Date: Tue, 21 Sep 2021 20:09:29 +0200 Subject: [PATCH] change image from ubuntu to bash --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1bfa900..addfc1a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ workspace: steps: - name: install - image: ubuntu:latest + image: bash:latest pull: if-not-exists commands: - echo ". $HOME/trash.sh" > $HOME/.bashrc @@ -18,7 +18,7 @@ steps: - name: test trash_empty depends_on: - install - image: ubuntu:latest + image: bash:latest pull: if-not-exists commands: - /bin/bash @@ -36,7 +36,7 @@ steps: depends_on: - install - test trash_empty - image: ubuntu:latest + image: bash:latest pull: if-not-exists commands: - /bin/bash