Loading .gitlab-ci.yml +2 −5 Original line number Diff line number Diff line Loading @@ -12,8 +12,7 @@ variables: SAST_EXPERIMENTAL_FEATURES: "true" build-wheel: extends: .python3 stage: build extends: .python3-build script: - poetry check --verbose --no-interaction - poetry build --verbose --no-interaction --format wheel Loading @@ -22,9 +21,7 @@ build-wheel: - dist/*.whl build-executable: extends: .python3 stage: build image: registry.shore.co.il/ci-images:python3-build extends: .python3-build before_script: - poetry install --no-dev script: Loading Loading
.gitlab-ci.yml +2 −5 Original line number Diff line number Diff line Loading @@ -12,8 +12,7 @@ variables: SAST_EXPERIMENTAL_FEATURES: "true" build-wheel: extends: .python3 stage: build extends: .python3-build script: - poetry check --verbose --no-interaction - poetry build --verbose --no-interaction --format wheel Loading @@ -22,9 +21,7 @@ build-wheel: - dist/*.whl build-executable: extends: .python3 stage: build image: registry.shore.co.il/ci-images:python3-build extends: .python3-build before_script: - poetry install --no-dev script: Loading