[drone-ci]: fix /bin/sh: bash: not found
This commit is contained in:
parent
f230bda4ea
commit
67b0aa867c
@ -12,7 +12,7 @@ steps:
|
|||||||
- apk update
|
- apk update
|
||||||
- apk add musl-locales openjdk11 make py3-virtualenv git openssh
|
- apk add musl-locales openjdk11 make py3-virtualenv git openssh
|
||||||
- export LANG=es_ES.UTF-8 LANGUAGE=es_ES
|
- 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
|
- virtualenv -p python3 venv
|
||||||
- source venv/bin/activate
|
- source venv/bin/activate
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user