Skip to content
Snippets Groups Projects
Commit 3fadd8b9 authored by nimrod's avatar nimrod
Browse files

Revert "Fix the build."

This reverts commit 2c9fe4da.
parent 5cfe1c85
No related branches found
No related tags found
No related merge requests found
Pipeline #3671 failed
...@@ -7,7 +7,7 @@ build: ...@@ -7,7 +7,7 @@ build:
stage: deploy stage: deploy
tags: ["ns4.shore.co.il"] tags: ["ns4.shore.co.il"]
script: script:
# yamllint disable rule:line-length # yamllint disable-line rule:line-length
- cid="$(basename "$(dirname "$(awk '/hostname/ {print $4}' /proc/1/mountinfo)")")" - cid="$(basename "$(dirname "$(awk '/hostname/ {print $4}' /proc/1/mountinfo)")")"
- docker pull registry.shore.co.il/ci-images:python3 - docker pull registry.shore.co.il/ci-images:python3
- >- - >-
...@@ -19,4 +19,4 @@ build: ...@@ -19,4 +19,4 @@ build:
--workdir "$PWD" --workdir "$PWD"
registry.shore.co.il/ci-images:python3 registry.shore.co.il/ci-images:python3
/bin/sh -xc /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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment