From 63f7af71756e8a7a935627746582c8c46df70c89 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 24 May 2023 09:56:16 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.drone.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 77ff6d6..b7887d5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,7 @@ steps: - name: setup-virtualenv image: python:3.7-alpine commands: + - export LC_ALL=de_DE@UTF-8 - pip install virtualenv - virtualenv /tmp/shared/.venv - source /tmp/shared/.venv/bin/activate