Commit f457cea3 authored by Guillaume Quintard's avatar Guillaume Quintard

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

This reverts commit 762fda9a.
parent 9bf34a20
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment