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