From 1d48fcdddde488937b733c904af07e70b4095abe Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 16 Jan 2021 22:58:46 +0200 Subject: [PATCH] Migrate to ns4. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d864ee9..a3676cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ include: build: stage: deploy - tags: ["host01.shore.co.il"] + tags: ["ns4.shore.co.il"] only: ["nimrod"] script: - cid="$(basename $(cat /proc/1/cpuset))" -- GitLab