From f3d941c0f44e2bb30e5ae8a0d6d817889ad37567 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Wed, 28 Apr 2021 10:54:22 +0200 Subject: [PATCH] Do not ignore ci paths in main git repo Looking at paths under ci/* is now required to build the main CI image. --- ci/pipeline.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index c8b85448..0673aebe 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -24,7 +24,6 @@ resources: username: ((github-username)) password: ((github-password)) branch: ((branch)) - ignore_paths: ["ci/*"] - name: ci-images-git-repo type: git icon: github