Commit 77044665 authored by nimrod's avatar nimrod
Browse files

Revert "Try to workaround a UTF issue."

This reverts commit 26961582. The
environment variables are set in the image now.
parent 26961582
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -25,9 +25,6 @@ build-executable:
  extends: .python3
  stage: build
  image: registry.shore.co.il/ci-images:python3-build
  variables:
    LC_ALL: en_US.UTF-8
    LANG: en_US.UTF-8
  before_script:
    - poetry install --no-dev
  script: