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