From b023828067f2b5fb50113d0706fdd615d6866ee4 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 6 Dec 2021 00:13:49 +0200 Subject: [PATCH] Update GitLab CI template location. The repository for the GitLab CI templates has been renamed. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d607304..9061a98 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ --- include: - - project: shore/ci-templates + - project: shore/ci-stuff file: templates/pre-commit.yml pre-commit-try-repo: -- GitLab