From be8dca9f589d87bfef4c3f422193f8c6df095f5f Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 15 Jun 2018 13:20:18 -0400 Subject: [PATCH] remove debug env --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c87e4a503..d712a33cd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -101,8 +101,6 @@ jobs: # if the working directory is not readable. working_directory: "/tmp" command: | - env - # Run the test suite as a non-root user. This is the expected # usage some small areas of the test suite assume non-root # privileges (such as unreadable files being unreadable).