Skip to content

Commit d3bc46c

Browse files
committed
Update travis validate step to use version 4.14
1 parent 1cad633 commit d3bc46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- pip3 install pyyaml
2828
- pip3 install aura.tar.gz
2929
script:
30-
- python3 build.py --distro openshift-enterprise --product "OpenShift Container Platform" --version 4.13 --no-upstream-fetch && python3 makeBuild.py
30+
- python3 build.py --distro openshift-enterprise --product "OpenShift Container Platform" --version 4.14 --no-upstream-fetch && python3 makeBuild.py
3131
- # stage name not required, will continue to use `build`
3232
if: branch IN (main, enterprise-4.13, enterprise-4.14)
3333
name: "Build openshift-dedicated distro"

0 commit comments

Comments
 (0)