Skip to content
Commits on Source (2)
--- ---
include: include:
- project: shore/ci-templates - project: shore/ci-stuff
file: templates/pre-commit.yml file: templates/pre-commit.yml
build: build:
...@@ -8,7 +8,8 @@ build: ...@@ -8,7 +8,8 @@ build:
tags: ["ns4.shore.co.il"] tags: ["ns4.shore.co.il"]
only: ["nimrod"] only: ["nimrod"]
script: script:
- cid="$(basename $(cat /proc/1/cpuset))" # yamllint disable-line rule:line-length
- cid="$(basename "$(dirname "$(awk '/hostname/ {print $4}' /proc/1/mountinfo)")")"
- docker pull registry.shore.co.il/presentation - docker pull registry.shore.co.il/presentation
- >- - >-
docker run docker run
......