From 7c0fdbebb878cb2869982ff6654d6c1dfadd689d Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 31 Oct 2021 09:49:47 +0200 Subject: [PATCH] CI updates. --- .gitlab-ci.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d46db2..3b9ff39 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,17 +1,12 @@ --- 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 - - project: shore/ci-templates + - project: shore/ci-stuff file: templates/notify.yml -stages: - - test - - build - - deploy - build: extends: .compose-build tags: &tags [ns4.shore.co.il] -- GitLab