File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 - pip3 install pyyaml
1414 - pip3 install aura.tar.gz
1515 script :
16- - python3 build.py --distro openshift-enterprise --product "OpenShift Container Platform" --version 4.10 --no-upstream-fetch && python3 makeBuild.py
16+ - python3 build.py --distro openshift-enterprise --product "OpenShift Container Platform" --version 4.11 --no-upstream-fetch && python3 makeBuild.py
1717 - # stage name not required, will continue to use `build`
18- if : branch IN (main, enterprise-4.9 , enterprise-4.10 )
18+ if : branch IN (main, enterprise-4.10 , enterprise-4.11 )
1919 before_install :
2020 - gem install asciidoctor
2121 - gem install asciidoctor-diagram
2525 script :
2626 - python3 build.py --distro openshift-dedicated --product "OpenShift Dedicated" --version 4 --no-upstream-fetch && python3 makeBuild.py
2727 - # stage name not required, will continue to use `build`
28- if : branch IN (main, enterprise-4.9 , enterprise-4.10 )
28+ if : branch IN (main, enterprise-4.10 , enterprise-4.11 )
2929 before_install :
3030 - gem install asciidoctor
3131 - gem install asciidoctor-diagram
You can’t perform that action at this time.
0 commit comments