From 8aa20c1ac1b4ab683c37bf25eaf3add7ea1c5203 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 16 Jul 2022 16:56:07 +0300 Subject: [PATCH] Use renamed CI templates repo. --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b26fcd7..eec00aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,8 @@ --- include: - - project: shore/ci-templates - file: templates/pre-commit.yml - - project: shore/ci-templates + - project: shore/ci-stuff + file: stuff/pre-commit.yml + - project: shore/ci-stuff file: templates/docker.yml stages: -- GitLab