Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

Select target project
  • nimrod/blog
1 result
Select Git revision
Show changes
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.