aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 35fe416..e4ace53 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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