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:05:45 -03:00
parent e19fab22e2
commit f93177307c

View File

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