File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -775,7 +775,6 @@ build-package-on-all-os:
775
775
# Triggers from GitLab Rails/Gitaly/GitLab Pages pipeline which forced building on all OS automatically
776
776
- if : ' $PIPELINE_TYPE =~ /TRIGGERED_(CE|EE)_PIPELINE/ && $BUILD_ON_ALL_OS == "true"'
777
777
when : always
778
- allow_failure : true
779
778
variables : !reference [.build-package-on-all-os-vars]
780
779
# MR pipelines from omnibus-gitlab that change files which require building on all OS automatically
781
780
- if : ' $PIPELINE_TYPE =~ /TRIGGERED_(CE|EE)_PIPELINE/ && $CI_PIPELINE_SOURCE != "pipeline"'
@@ -785,7 +784,6 @@ build-package-on-all-os:
785
784
- config/software/**
786
785
- config/patches/**
787
786
when : always
788
- allow_failure : true
789
787
variables : !reference [.build-package-on-all-os-vars]
790
788
# Covering the remaining scenarios - provide the job to be manually run by developers, if required
791
789
# (i) MR pipelines from omnibus-gitlab that doesn't change files which require building on all OS
You can’t perform that action at this time.
0 commit comments