From 9f957ef62cb21007fa15e8035c6a677b1b01cec8 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 24 Oct 2021 08:48:49 +0300 Subject: [PATCH] Use renamed CI templates repository. --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ee142d..3d3680b 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