From afb5ba100c0e558a6f13ef0d0319b275079bc4ea Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Wed, 4 Mar 2020 15:53:05 +0000 Subject: [PATCH] Supress log to fix Travis Bug (cherry picked from commit 05e7fd472a817c3fd14af072551fddec1c4e803b) --- scripts/ci/astronomer-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/astronomer-release.sh b/scripts/ci/astronomer-release.sh index a1d74b999f775..cdce0d976cb3b 100755 --- a/scripts/ci/astronomer-release.sh +++ b/scripts/ci/astronomer-release.sh @@ -17,7 +17,7 @@ basic_sanity_checks script_start -python3 setup.py verify compile_assets sdist bdist_wheel +python3 setup.py --quiet verify compile_assets sdist bdist_wheel ls -altr dist/*