Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ build: stage: deploy tags: ["ns4.shore.co.il"] script: - cid="$(basename $(cat /proc/1/cpuset))" - cid="$(basename "$(dirname "$(awk '/hostname/ {print $4}' /proc/1/mountinfo)")")" - docker pull registry.shore.co.il/ci-images:python3 - >- docker run Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ build: stage: deploy tags: ["ns4.shore.co.il"] script: - cid="$(basename $(cat /proc/1/cpuset))" - cid="$(basename "$(dirname "$(awk '/hostname/ {print $4}' /proc/1/mountinfo)")")" - docker pull registry.shore.co.il/ci-images:python3 - >- docker run Loading