From b77d98d5ca6e84232ceb5bcf02bdd0988fc713d0 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 7 Mar 2020 00:48:46 -0500 Subject: [PATCH] Change to Servarr TestImages --- azure-pipelines.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 32c9247e1..79d3badb1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -345,16 +345,16 @@ stages: matrix: mono508: testName: 'Mono 5.8' - containerImage: lidarr/testimages:mono-5.8 + containerImage: servarr/testimages:mono-5.8 mono520: testName: 'Mono 5.20' - containerImage: lidarr/testimages:mono-5.20 + containerImage: servarr/testimages:mono-5.20 mono608: testName: 'Mono 6.8' - containerImage: lidarr/testimages:mono-6.8 + containerImage: servarr/testimages:mono-6.8 mono610: testName: 'Mono 6.10' - containerImage: lidarr/testimages:mono-6.10 + containerImage: servarr/testimages:mono-6.10 pool: vmImage: 'ubuntu-18.04' @@ -471,16 +471,16 @@ stages: matrix: mono508: testName: 'Mono 5.8' - containerImage: lidarr/testimages:mono-5.8 + containerImage: servarr/testimages:mono-5.8 mono520: testName: 'Mono 5.20' - containerImage: lidarr/testimages:mono-5.20 + containerImage: servarr/testimages:mono-5.20 mono608: testName: 'Mono 6.8' - containerImage: lidarr/testimages:mono-6.8 + containerImage: servarr/testimages:mono-6.8 mono610: testName: 'Mono 6.10' - containerImage: lidarr/testimages:mono-6.10 + containerImage: servarr/testimages:mono-6.10 variables: pattern: 'Lidarr.**.linux.tar.gz'