Skip to content

Commit c373147

Browse files
authored
Merge pull request #49637 from pneedle-rh/update-branch-versions-for-osd-and-rosa-checks
Update branch versions for OSD and ROSA Travis checks
2 parents a4d5f3d + fc50563 commit c373147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
script:
1616
- 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.10, enterprise-4.11)
18+
if: branch IN (main, enterprise-4.11, enterprise-4.12)
1919
before_install:
2020
- gem install asciidoctor
2121
- gem install asciidoctor-diagram
@@ -25,7 +25,7 @@ jobs:
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.10, enterprise-4.11)
28+
if: branch IN (main, enterprise-4.11, enterprise-4.12)
2929
before_install:
3030
- gem install asciidoctor
3131
- gem install asciidoctor-diagram

0 commit comments

Comments
 (0)