From 9a54052dededfdda0397f211b034861ddf3a7788 Mon Sep 17 00:00:00 2001 From: Vikram Goyal Date: Tue, 2 Feb 2021 11:13:32 +1000 Subject: [PATCH] remove old preview --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index bb7b4f007741..7abd7f57d648 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,3 @@ install: script: - python3 build.py --distro openshift-enterprise --product "OpenShift Container Platform" --version 4.5 --no-upstream-fetch && python3 makeBuild.py - -after_success: - - bash autopreview.sh - -after_failure: - - bash autocomment.sh