From 3fad50418873be1bdfac6024cb5cdef75b55853f Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 22 Nov 2020 08:58:54 +0200
Subject: [PATCH] Only deploy from the nimrod branch.

The master branch doesn't have the resume (it's a template for others to
use).
---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 86b92fe..3d2aa3f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,7 @@
 ---
 build:
   tags: ["host01.shore.co.il"]
+  only: ["nimrod"]
   script:
     - cid="$(basename $(cat /proc/1/cpuset))"
     - docker pull adarnimrod/presentation
-- 
GitLab