fix update.sh step
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Mauro Torrez 2019-09-23 01:07:53 -03:00
parent f93177307c
commit 9afc672a6c

View File

@ -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