[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[libvirt PATCH] ci: Disable verbose mode for cirrus-run
- From: Andrea Bolognani <abologna redhat com>
- To: libvir-list redhat com
- Subject: [libvirt PATCH] ci: Disable verbose mode for cirrus-run
- Date: Thu, 3 Sep 2020 19:10:58 +0200
It was temporarily enabled to help the upstream author validate
some changes, but now that 0.3.0 is out we can safely disable it
again.
This reverts commit 9b5622d31f8c3036425721ab9c6b23067aa87034.
Signed-off-by: Andrea Bolognani <abologna redhat com>
---
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4a42eb479f..bd42c95602 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -104,7 +104,7 @@ stages:
-e "s|[ ]PYPI_PKGS@|$PYPI_PKGS|g"
<ci/cirrus/build.yml >ci/cirrus/$NAME.yml
- cat ci/cirrus/$NAME.yml
- - cirrus-run -v --show-build-log always ci/cirrus/$NAME.yml
+ - cirrus-run --show-build-log always ci/cirrus/$NAME.yml
only:
variables:
- $CIRRUS_GITHUB_REPO
--
2.26.2
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]