Skip to content

Commit 981e839

Browse files
authored
chore: remove dependsOn from upgrade pipeline (#1724)
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
1 parent 89ee981 commit 981e839

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.pipelines/templates/upgrade.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
parameters:
2-
- name: dependsOn
3-
type: object
42
- name: matrix
53
type: object
64

75
jobs:
86
- job:
97
timeoutInMinutes: 90
10-
dependsOn: ${{ parameters.dependsOn }}
118
workspace:
129
clean: all
1310
variables:

0 commit comments

Comments
 (0)