mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-21 03:15:16 +00:00
Make the environment a mapping
The documentation explains it as a list of single mappings. That makes no sense but "no sense" is par for the course. However, "circleci config validate" is happy if it is merely a mapping. Making it a mapping lets us do a yaml mapping merge later and reduce duplication.
This commit is contained in:
parent
7cd387bf5b
commit
66903ba3d7
@ -34,12 +34,12 @@ jobs:
|
||||
|
||||
environment: &UTF_8_ENVIRONMENT
|
||||
# Tell Hypothesis which configuration we want it to use.
|
||||
- TAHOE_LAFS_HYPOTHESIS_PROFILE: "ci"
|
||||
TAHOE_LAFS_HYPOTHESIS_PROFILE: "ci"
|
||||
# Tell the C runtime things about character encoding (mainly to do with
|
||||
# filenames and argv).
|
||||
- LANG: "en_US.UTF-8"
|
||||
LANG: "en_US.UTF-8"
|
||||
# Select a tox environment to run for this job.
|
||||
- TAHOE_LAFS_TOX_ENVIRONMENT: "coverage"
|
||||
TAHOE_LAFS_TOX_ENVIRONMENT: "coverage"
|
||||
|
||||
steps:
|
||||
- run:
|
||||
|
Loading…
x
Reference in New Issue
Block a user