Commit 3fadd8b9 authored by nimrod's avatar nimrod
Browse files

Revert "Fix the build."

This reverts commit 2c9fe4da.
parent 5cfe1c85
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ build:
  stage: deploy
  tags: ["ns4.shore.co.il"]
  script:
    # yamllint disable rule:line-length
    # yamllint disable-line rule:line-length
    - cid="$(basename "$(dirname "$(awk '/hostname/ {print $4}' /proc/1/mountinfo)")")"
    - docker pull registry.shore.co.il/ci-images:python3
    - >-
@@ -19,4 +19,4 @@ build:
      --workdir "$PWD"
      registry.shore.co.il/ci-images:python3
      /bin/sh -xc
      "CFLAGS='-I${PREFIX}/include/python3.11/cpython' pipenv --python=python3 install && pipenv run clean && pipenv run build"
      "pipenv --python=python3 install && pipenv run clean && pipenv run build"