diff options
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ steps: commands: - export SHELL=/bin/bash # hack custom shell - apk update - - apk add musl-locales openjdk11 py3-pip make py3-virtualenv + - apk add musl-locales openjdk11 make py3-virtualenv - export LANG=es_ES.UTF-8 LANGUAGE=es_ES - virtualenv -p python3 venv - source venv/bin/activate @@ -21,7 +21,7 @@ steps: commands: - export SHELL=/bin/bash # hack custom shell - apt-get update -y - - apt-get install -y locales openjdk-11-jre python3-pip + - apt-get install -y locales openjdk-11-jre virtualenv - sed -e 's|^# es_ES.UTF-8 UTF-8|es_ES.UTF-8 UTF-8|g' -i /etc/locale.gen - sed -e 's|^# en_US.UTF-8 UTF-8|en_US.UTF-8 UTF-8|g' -i /etc/locale.gen - sed -e 's|^# eo UTF-8|eo UTF-8|g' -i /etc/locale.gen |