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 @@ -768,7 +768,6 @@ build-package-on-all-os:
768
768
# Triggers from GitLab Rails/Gitaly/GitLab Pages pipeline which forced building on all OS automatically
769
769
- if : ' $PIPELINE_TYPE =~ /TRIGGERED_(CE|EE)_PIPELINE/ && $BUILD_ON_ALL_OS == "true"'
770
770
when : always
771
- allow_failure : true
772
771
variables : !reference [.build-package-on-all-os-vars]
773
772
# MR pipelines from omnibus-gitlab that change files which require building on all OS automatically
774
773
- if : ' $PIPELINE_TYPE =~ /TRIGGERED_(CE|EE)_PIPELINE/ && $CI_PIPELINE_SOURCE != "pipeline"'
@@ -778,7 +777,6 @@ build-package-on-all-os:
778
777
- config/software/**
779
778
- config/patches/**
780
779
when : always
781
- allow_failure : true
782
780
variables : !reference [.build-package-on-all-os-vars]
783
781
# Covering the remaining scenarios - provide the job to be manually run by developers, if required
784
782
# (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