Skip to content

Commit 7173f3d

Browse files
committed
remove module directory
1 parent 05ea12f commit 7173f3d

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.pipelines/singletenancy/aks-swift/e2e-job-template.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ stages:
1919
variables:
2020
GOPATH: "$(Agent.TempDirectory)/go" # Go workspace path
2121
GOBIN: "$(GOPATH)/bin" # Go binaries path
22-
modulePath: "$(GOPATH)/src/github.com/Azure/azure-container-networking"
2322
ImageTag: $[ stagedependencies.build_and_test.unit_tests.outputs['EnvironmentalVariables.ImageTag'] ]
24-
acnPath: "$(GOPATH)/src/github.com/Azure/azure-container-networking"
2523
steps:
2624
- template: e2e-step-template.yaml
2725
parameters:

.pipelines/singletenancy/aks-swift/e2e-step-template.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ steps:
2323
- bash: |
2424
echo $(ImageTag)
2525
displayName: Echo Tag
26-
workingDirectory: "$(modulePath)"
2726
2827
- task: AzureCLI@1
2928
inputs:
@@ -34,15 +33,13 @@ steps:
3433
mkdir -p ~/.kube/
3534
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/"$//'
3635
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)"
3836
displayName: Pull Kubeconfig from Keyvault
3937
condition: succeeded()
4038

4139
- script: |
4240
ls -lah
4341
pwd
4442
sudo -E env "PATH=$PATH" VERSION=$(ImageTag) make test-integration
45-
workingDirectory: "$(modulePath)"
4643
name: "aksswifte2e"
4744
displayName: "Run AKS Swift E2E"
4845

0 commit comments

Comments
 (0)