From 9afc672a6cd42a81dedf46bb05f3979719aec7e9 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Mon, 23 Sep 2019 01:07:53 -0300 Subject: [PATCH] fix update.sh step --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e431dec..7694bf1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,8 @@ steps: - name: run update.sh image: alpine/git commands: - - sh update.sh + - apk -Uuv add bash + - bash update.sh - name: build 16.0 image image: plugins/docker