From 9a8f9b3dbdaaa492176395d190e877cc59df3704 Mon Sep 17 00:00:00 2001 From: Eric Zimanyi Date: Wed, 28 Feb 2018 21:13:10 +0000 Subject: [PATCH] fix(artifacts): Fix no expected artifacts message The "You don't have any expected artifacts" message currently shows when there are in fact artifacts. --- .../stages/producesArtifacts/producesArtifacts.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/modules/core/src/pipeline/config/stages/producesArtifacts/producesArtifacts.component.ts b/app/scripts/modules/core/src/pipeline/config/stages/producesArtifacts/producesArtifacts.component.ts index 3f0e3e639dc..62432a120da 100644 --- a/app/scripts/modules/core/src/pipeline/config/stages/producesArtifacts/producesArtifacts.component.ts +++ b/app/scripts/modules/core/src/pipeline/config/stages/producesArtifacts/producesArtifacts.component.ts @@ -61,7 +61,7 @@ class ProducesArtifactsComponent implements IComponentOptions { expected-artifact="expectedArtifact" application="application"> -
+

You don't have any expected artifacts for {{ ctrl.stage.name }}.