aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-12-25 15:51:47 -0500
committerJesús <heckyel@hyperbola.info>2021-12-25 15:51:47 -0500
commitd47a3e25af7def5f57684cbe6c48a670a075b008 (patch)
tree583949f7cb27cbe5c8bfc4142bc898e13191d4e7
parent8d4cd96ebfedfb041041cc907d5e76873a9d2455 (diff)
downloadlibretube-d47a3e25af7def5f57684cbe6c48a670a075b008.tar.lz
libretube-d47a3e25af7def5f57684cbe6c48a670a075b008.tar.xz
libretube-d47a3e25af7def5f57684cbe6c48a670a075b008.zip
[drone-ci]: remove pip and add virtualenv in debian
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 2156a73..63416fc 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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