File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
script :
16
16
- python3 build.py --distro openshift-enterprise --product "OpenShift Container Platform" --version 4.11 --no-upstream-fetch && python3 makeBuild.py
17
17
- # stage name not required, will continue to use `build`
18
- if : branch IN (main, enterprise-4.10 , enterprise-4.11 )
18
+ if : branch IN (main, enterprise-4.11 , enterprise-4.12 )
19
19
before_install :
20
20
- gem install asciidoctor
21
21
- gem install asciidoctor-diagram
25
25
script :
26
26
- python3 build.py --distro openshift-dedicated --product "OpenShift Dedicated" --version 4 --no-upstream-fetch && python3 makeBuild.py
27
27
- # stage name not required, will continue to use `build`
28
- if : branch IN (main, enterprise-4.10 , enterprise-4.11 )
28
+ if : branch IN (main, enterprise-4.11 , enterprise-4.12 )
29
29
before_install :
30
30
- gem install asciidoctor
31
31
- gem install asciidoctor-diagram
You can’t perform that action at this time.
0 commit comments