From e401b0e4e38598db21f76dc741a6075a1168b0f1 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 17 May 2021 02:36:53 +0300 Subject: [PATCH] Deploy from other branches. No much point in just running pre-commit. --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 78fc1aa..e504ddb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,9 +6,6 @@ include: build: stage: deploy tags: ["ns4.shore.co.il"] - only: - refs: - - master script: - cid="$(basename $(cat /proc/1/cpuset))" - docker pull registry.shore.co.il/ci-images:python3 -- GitLab