From 5bdd0a2f87698c5bee9a50a20f96a1606e158bc9 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 11 Dec 2021 19:05:34 +0200 Subject: [PATCH] Update CI templates. --- .gitlab-ci.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70cfcad..8e6f309 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 [ns4.shore.co.il] -- GitLab