From db83675db19d714f7ca3d53ef52eff1a8c9c0c83 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Mon, 23 Sep 2019 01:00:30 -0300 Subject: [PATCH] change update.sh step --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 11dd08c..2173e57 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,9 +10,9 @@ steps: - git submodule update - name: run update.sh - image: debian:buster-slim + image: alpine/git commands: - - bash update.sh + - ./update.sh - name: build 16.0 image image: plugins/docker