[master] 762fda9af [cci] VERBOSE=1 in the whole job, not just the command

Guillaume Quintard guillaume at varnish-software.com
Fri Oct 11 17:59:07 UTC 2019


commit 762fda9afc74592efad93f9f09ca82c3bb4cf4cb
Author: Guillaume Quintard <guillaume at varnish-software.com>
Date:   Fri Oct 11 10:58:28 2019 -0700

    [cci] VERBOSE=1 in the whole job, not just the command

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


More information about the varnish-commit mailing list