Browse Source

CICD test

pull/235/head
Ramón Tomás 7 years ago
parent
commit
4d7ea9460d
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      k8s/deploy.ps1
  2. +1
    -1
      src/Web/WebMVC/Views/Shared/_Layout.cshtml

+ 1
- 1
k8s/deploy.ps1 View File

@ -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) {


+ 1
- 1
src/Web/WebMVC/Views/Shared/_Layout.cshtml View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@ViewData["Title"] - Microsoft.eShopOnContainers.WebMVC</title>
<title>@ViewData["Title"] - Microsoft.eShopOnContainers.WebMVC Azure</title>
<environment names="Development">
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.css" />


Loading…
Cancel
Save