Skip to content
Snippets Groups Projects
Commit 5c88549a authored by Balasankar "Balu" C's avatar Balasankar "Balu" C
Browse files

Allow FIPS builds to be run on demand

parent ea6e22d9
No related branches found
No related tags found
1 merge request!85Merged upstream 15.5.0+rc42.ce.0
......@@ -76,6 +76,9 @@
rules:
- !reference [.default_rules, rules]
- if: '$PIPELINE_TYPE == "EE_NIGHTLY_BUILD_PIPELINE"'
- if: '$PIPELINE_TYPE == "EE_BRANCH_BUILD_PIPELINE"'
when: manual
allow_failure: true
.rpi_branch_template: &rpi_branch_build
extends: .branch_template
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment