We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cad633 commit d3bc46cCopy full SHA for d3bc46c
.travis.yml
@@ -27,7 +27,7 @@ jobs:
27
- pip3 install pyyaml
28
- pip3 install aura.tar.gz
29
script:
30
- - 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
31
- # stage name not required, will continue to use `build`
32
if: branch IN (main, enterprise-4.13, enterprise-4.14)
33
name: "Build openshift-dedicated distro"
0 commit comments