We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b44d0 commit a2b44a7Copy full SHA for a2b44a7
.pipelines/run-pipeline.yaml
@@ -75,7 +75,7 @@ stages:
75
- setup
76
- test
77
jobs:
78
- - template: templates/container-template.jobs.yaml
+ - template: containers/container-template.jobs.yaml
79
parameters:
80
arch: amd64
81
os: linux
@@ -85,7 +85,7 @@ stages:
85
- cns
86
- ipv6-hp-bpf
87
- npm
88
89
90
arch: arm64
91
@@ -95,7 +95,7 @@ stages:
95
96
97
98
99
100
101
os: windows
0 commit comments