From b311d52cbbed7ab2264b5014589d7138308ec9d0 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 3 Aug 2024 23:54:27 +0300 Subject: [PATCH] CI: Temporarily disable pre-commit. I've broken the image and now I can't rebuild it because pre-commit is failing and I can't progress further. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea4e16c..b025cba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,8 +4,8 @@ include: # pre-commit hook. This can also be better if you're working on different # branches but want to use the hooks from the master branch. # yamllint disable-line rule:line-length - - remote: |- - https://git.shore.co.il/shore/ci-templates/-/raw/master/templates/pre-commit.yml +# - remote: |- +# https://git.shore.co.il/shore/ci-templates/-/raw/master/templates/pre-commit.yml - remote: |- https://git.shore.co.il/shore/ci-templates/-/raw/master/templates/containerfiles.yml - remote: |- -- GitLab