From 7fccf6654fd36a3bb2b0dbafc76f29e62cde283b 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..3ffcb85 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,8 @@ --- 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: @@ -10,7 +10,7 @@ stages: - build - deploy -build: +docker-build: extends: .docker-build-shore push: -- GitLab