From f2ebfe6647873b10eb2870c9fb251ea57e4a3784 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 24 Oct 2021 22:27:49 +0300
Subject: [PATCH] CI updates.

- Use renamed templates repo.
- Remove manual stages order, not needed with pre-commit running in
  .pre.
---
 .gitlab-ci.yml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6b95c4c..13023f2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,15 +1,10 @@
 ---
 include:
-  - project: shore/ci-templates
+  - project: shore/ci-stuff
     file: templates/pre-commit.yml
-  - project: shore/ci-templates
+  - project: shore/ci-stuff
     file: templates/docker.yml
 
-stages:
-  - test
-  - build
-  - deploy
-
 build:
   extends: .compose-build
   tags: &tags [kodi.shore.co.il]
-- 
GitLab