From f93177307c2a5da9bfaa0af943ebfbf8dab8b8f7 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Mon, 23 Sep 2019 01:05:45 -0300 Subject: [PATCH] fix update.sh step --- .drone.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index d5d9309..e431dec 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,10 +12,7 @@ steps: - name: run update.sh image: alpine/git commands: - - env - - echo ${PWD} - - ls -lha . - - ./update.sh + - sh update.sh - name: build 16.0 image image: plugins/docker