Commit d65280b6 authored by nimrod's avatar nimrod
Browse files

Updates for CI templates.

The Python CI templates have been updated. Update the CI to match the
the templates.
parent 77044665
Loading
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -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
@@ -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: