From 157382b503cc277ccdbac9bcafff55bef434673c Mon Sep 17 00:00:00 2001 From: Vikram Goyal Date: Tue, 25 Feb 2020 18:12:57 +1000 Subject: [PATCH] Updated to 4.4 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 339e4d105d..7217a300bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ install: - pip3 install aura.tar.gz script: - - python3 build.py --distro openshift-enterprise --product "OpenShift Container Platform" --version 4.3 --no-upstream-fetch && python3 makeBuild.py + - python3 build.py --distro openshift-enterprise --product "OpenShift Container Platform" --version 4.4 --no-upstream-fetch && python3 makeBuild.py after_success: - bash autopreview.sh