Skip to content
Commits on Source (2)
......@@ -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"
This diff is collapsed.