From 4d7ea9460dc67434a6aca6a378366fbd90876651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20Tom=C3=A1s?= Date: Tue, 16 May 2017 08:57:08 +0200 Subject: [PATCH] CICD test --- k8s/deploy.ps1 | 2 +- src/Web/WebMVC/Views/Shared/_Layout.cshtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/deploy.ps1 b/k8s/deploy.ps1 index 2f7d18d82..255243f34 100644 --- a/k8s/deploy.ps1 +++ b/k8s/deploy.ps1 @@ -20,7 +20,7 @@ function ExecKube($cmd) { } } -# No when deploying through CI VSTS +# Not used when deploying through CI VSTS if(-not $deployCI) { $requiredCommands = ("docker", "docker-compose", "kubectl") foreach ($command in $requiredCommands) { diff --git a/src/Web/WebMVC/Views/Shared/_Layout.cshtml b/src/Web/WebMVC/Views/Shared/_Layout.cshtml index 456248b94..ee8c407c2 100644 --- a/src/Web/WebMVC/Views/Shared/_Layout.cshtml +++ b/src/Web/WebMVC/Views/Shared/_Layout.cshtml @@ -3,7 +3,7 @@ - @ViewData["Title"] - Microsoft.eShopOnContainers.WebMVC + @ViewData["Title"] - Microsoft.eShopOnContainers.WebMVC Azure