[drone-ci]: fix /bin/sh: bash: not found

This commit is contained in:
Jesús 2021-12-25 17:44:16 -05:00
parent f230bda4ea
commit 67b0aa867c
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -12,7 +12,7 @@ steps:
- apk update
- apk add musl-locales openjdk11 make py3-virtualenv git openssh
- export LANG=es_ES.UTF-8 LANGUAGE=es_ES
- bash devscripts/comments.bash # import comments CL
- sh devscripts/comments.bash # import comments CL
- virtualenv -p python3 venv
- source venv/bin/activate
- pip install -r requirements.txt