Skip to content

Commit add4b2c

Browse files
authored
{CI} Remove continueOnError (#29307)
1 parent d755fb9 commit add4b2c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,6 @@ jobs:
945945
displayName: 'Test Rpm Package'
946946
947947
- job: BuildDebPackages
948-
continueOnError: true
949948
displayName: Build Deb Packages
950949
condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI', 'Manual', 'Schedule'))
951950
pool:
@@ -1016,7 +1015,6 @@ jobs:
10161015
ArtifactName: $(deb_system)-$(distro)-$(arch)
10171016

10181017
- job: TestDebPackages
1019-
continueOnError: true
10201018
timeoutInMinutes: 120
10211019
displayName: Test Deb Packages
10221020
dependsOn:

0 commit comments

Comments
 (0)