You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .pipelines/singletenancy/aks-swift/e2e-step-template.yaml
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,6 @@ steps:
23
23
- bash: |
24
24
echo $(ImageTag)
25
25
displayName: Echo Tag
26
-
workingDirectory: "$(modulePath)"
27
26
28
27
- task: AzureCLI@1
29
28
inputs:
@@ -34,15 +33,13 @@ steps:
34
33
mkdir -p ~/.kube/
35
34
az keyvault secret show --name $(KV_AKS_SWIFT_SECRET_NAME) --vault-name $(KV_NAME) --query value | sed 's/\\n/\n/g' | sed -e 's/^"//' -e 's/"$//'
36
35
az keyvault secret show --name $(KV_AKS_SWIFT_SECRET_NAME) --vault-name $(KV_NAME) --query value | sed 's/\\n/\n/g' | sed -e 's/^"//' -e 's/"$//' > ~/.kube/config
37
-
workingDirectory: "$(modulePath)"
38
36
displayName: Pull Kubeconfig from Keyvault
39
37
condition: succeeded()
40
38
41
39
- script: |
42
40
ls -lah
43
41
pwd
44
42
sudo -E env "PATH=$PATH" VERSION=$(ImageTag) make test-integration
0 commit comments