Skip to content

Commit 5b1a259

Browse files
committed
Update Dockerfiles
1 parent 98c4a94 commit 5b1a259

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pipelines/cni/k8s-e2e/k8s-e2e.jobs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ jobs:
1414
type: linux
1515
isCustom: true
1616
name: $(BUILD_POOL_NAME_DEFAULT)
17+
variables:
18+
ACN_DIR: $(Build.SourcesDirectory)
1719
steps:
1820
- checkout: azure-container-networking
1921
- task: AzureCLI@2
22+
workingDirectory: $(ACR_DIR)
2023
inputs:
2124
azureSubscription: ${{ parameters.sub }}
2225
scriptLocation: "inlineScript"
@@ -52,6 +55,7 @@ jobs:
5255
name: kubeproxy
5356
displayName: Restart Kubeproxy on Windows nodes
5457
retryCountOnTaskFailure: 3
58+
workingDirectory: $(ACR_DIR)
5559
- ${{ if eq(parameters.datapath, true) }}:
5660
- template: ../k8s-e2e/k8s-e2e.steps.yaml
5761
parameters:

0 commit comments

Comments
 (0)