From ec1091abffcb167bafcea008e2ac16803b457ffd Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 22 May 2021 08:36:34 +0300
Subject: [PATCH] Updates to the CI.

The templates were changed and this reflects the changes:
- No need to set the order of the stages, pre-commit runs  in .pre now.
- Rename the Docker jobs for clarity and avoiding more common names.
---
 .gitlab-ci.yml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b4c05b4..e448846 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,18 +7,13 @@ include:
   - project: shore/ci-templates
     file: templates/notify.yml
 
-stages:
-  - test
-  - build
-  - deploy
-
-build:
+docker-build:
   extends: .docker-build-shore
   tags: [ns4.shore.co.il]
   except:
     - master
 
-push:
+docker-push:
   extends: .docker-push
   tags: [ns4.shore.co.il]
   except:
-- 
GitLab