Loading .gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,9 @@ 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: Loading Loading
.gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,9 @@ 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: Loading