From b0415c4044f2ab67eda99758b1a1fb1262412658 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 18 Jun 2019 14:49:16 -0700 Subject: [PATCH] Don't ignore images on CI build Closes gh-17255 --- ci/pipeline.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index c6a935bd078..2fcf591417a 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -27,7 +27,6 @@ resources: username: ((github-username)) password: ((github-password)) branch: ((branch)) - ignore_paths: ["ci/images/*"] - name: git-pull-request type: pull-request icon: source-pull