From 91a94b634269d052d0d566b5571dfafef5a7e8a7 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 8 Feb 2020 12:22:21 -0600 Subject: [PATCH] update path to server .dockerignore in az pipes config --- server/azure-pipelines.agent.yaml | 4 ++-- server/azure-pipelines.api.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/server/azure-pipelines.agent.yaml b/server/azure-pipelines.agent.yaml index 14ffacd2c..1c168823b 100644 --- a/server/azure-pipelines.agent.yaml +++ b/server/azure-pipelines.agent.yaml @@ -8,7 +8,7 @@ trigger: "server/azure-pipelines.agent.yaml", "server/src/FilterLists.Agent/*", "server/tests/FilterLists.Agent.Tests/*", - "server/.dockerignore", + ".dockerignore", "docker-compose.yml", "docker-compose.prod.yml", "docker-compose.agent.tests.yml", @@ -24,7 +24,7 @@ pr: "server/azure-pipelines.agent.yaml", "server/src/FilterLists.Agent/*", "server/tests/FilterLists.Agent.Tests/*", - "server/.dockerignore", + ".dockerignore", "docker-compose.yml", "docker-compose.prod.yml", "docker-compose.agent.tests.yml", diff --git a/server/azure-pipelines.api.yaml b/server/azure-pipelines.api.yaml index 5c45b8cc6..5df7583b1 100644 --- a/server/azure-pipelines.api.yaml +++ b/server/azure-pipelines.api.yaml @@ -11,7 +11,7 @@ trigger: "server/src/FilterLists.Data/*", "server/tests/FilterLists.Services.Tests/*", "server/tests/FilterLists.Data.Tests/*", - "server/.dockerignore", + ".dockerignore", "docker-compose.yml", "docker-compose.prod.yml", "docker-compose.data.tests.yml", @@ -32,7 +32,7 @@ pr: "server/src/FilterLists.Data/*", "server/tests/FilterLists.Services.Tests/*", "server/tests/FilterLists.Data.Tests/*", - "server/.dockerignore", + ".dockerignore", "docker-compose.yml", "docker-compose.prod.yml", "docker-compose.data.tests.yml",