1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Update travis validate step to use version 4.14

This commit is contained in:
Gaurav Nelson
2023-06-09 17:52:28 +10:00
committed by openshift-cherrypick-robot
parent 0d741b025f
commit 0015f339fd

View File

@@ -27,7 +27,7 @@ jobs:
- pip3 install pyyaml
- pip3 install aura.tar.gz
script:
- python3 build.py --distro openshift-enterprise --product "OpenShift Container Platform" --version 4.13 --no-upstream-fetch && python3 makeBuild.py
- python3 build.py --distro openshift-enterprise --product "OpenShift Container Platform" --version 4.14 --no-upstream-fetch && python3 makeBuild.py
- # stage name not required, will continue to use `build`
if: branch IN (main, enterprise-4.13, enterprise-4.14)
name: "Build openshift-dedicated distro"