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 89ee981 commit 981e839Copy full SHA for 981e839
1 file changed
.pipelines/templates/upgrade.yaml
@@ -1,13 +1,10 @@
1
parameters:
2
- - name: dependsOn
3
- type: object
4
- name: matrix
5
type: object
6
7
jobs:
8
- job:
9
timeoutInMinutes: 90
10
- dependsOn: ${{ parameters.dependsOn }}
11
workspace:
12
clean: all
13
variables:
0 commit comments