From f51e6da9d25a8df63969bd9e667412ef13a84007 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 14 Jun 2018 12:32:41 -0400 Subject: [PATCH] Factor out the duplicate environment config --- .circleci/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ca476a774..d2e3a67da 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,8 +32,10 @@ jobs: docker: - image: "debian:8" - environment: + environment: &UTF_8_ENVIRONMENT + # Tell Hypothesis which configuration we want it to use. - TAHOE_LAFS_HYPOTHESIS_PROFILE: "ci" + # Tell the C runtime things about character encoding (mainly to do with steps: - run: @@ -112,7 +114,7 @@ jobs: - image: "centos:7" environment: - - TAHOE_LAFS_HYPOTHESIS_PROFILE: "ci" + <<: *UTF_8_ENVIRONMENT steps: - run: