From 0015f339fdcffbccff8a984b0f41354e8a754beb Mon Sep 17 00:00:00 2001 From: Gaurav Nelson Date: Fri, 9 Jun 2023 17:52:28 +1000 Subject: [PATCH] Update travis validate step to use version 4.14 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6ff2538c5d..c7dbffba71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"