CICD test
This commit is contained in:
parent
573c5a026f
commit
4d7ea9460d
@ -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) {
|
||||
|
@ -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…
x
Reference in New Issue
Block a user