aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-12-25 17:44:16 -0500
committerJesús <heckyel@hyperbola.info>2021-12-25 17:44:22 -0500
commit67b0aa867cd5b1467a310c123ef0521d48d05171 (patch)
tree78a9b896ee3d3382c95d4a2c2bc7cfc32e6cc28c
parentf230bda4ea8a2d77384b67f8e79b939e64921354 (diff)
downloadcl-67b0aa867cd5b1467a310c123ef0521d48d05171.tar.lz
cl-67b0aa867cd5b1467a310c123ef0521d48d05171.tar.xz
cl-67b0aa867cd5b1467a310c123ef0521d48d05171.zip
[drone-ci]: fix /bin/sh: bash: not found
-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