[master] f457cea3e Revert "[cci] VERBOSE=1 in the whole job, not just the command"

Guillaume Quintard guillaume at varnish-software.com
Mon Oct 14 20:01:06 UTC 2019


commit f457cea3e5c65d147ae668c15e7ac1b8a16456d1
Author: Guillaume Quintard <guillaume at varnish-software.com>
Date:   Mon Oct 14 12:59:31 2019 -0700

    Revert "[cci] VERBOSE=1 in the whole job, not just the command"
    
    This reverts commit 762fda9afc74592efad93f9f09ca82c3bb4cf4cb.

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 404567aed..d0d93f752 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -205,8 +205,6 @@ jobs:
         type: string
     docker:
       - image: << parameters.dist >>:<< parameters.release >>
-    environment:
-      VERBOSE: "1"
     working_directory: /workspace
     steps:
       - << parameters.dist >>_install_build_deps
@@ -238,7 +236,7 @@ jobs:
             	<< parameters.extra_conf >>
             sudo -u varnish \
             	--preserve-env=ASAN_OPTIONS,LSAN_OPTIONS,TSAN_OPTIONS,UBSAN_OPTIONS \
-            	make distcheck -j 12 -k
+            	make distcheck VERBOSE=1 -j 12 -k
   push_packages:
     docker:
       - image: centos:7


More information about the varnish-commit mailing list