diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-11-23 15:03:18 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-11-24 11:36:55 -0500 |
commit | a1950e6dc03b560105903ad44050b1570f3bc24f (patch) | |
tree | 5161906fb7f7b01e6e3753ffa2f0a528ea2b9881 /.circleci | |
parent | f209e6672fe33235bd1d4c20c87894021cf3bbc8 (diff) | |
download | haskell-a1950e6dc03b560105903ad44050b1570f3bc24f.tar.gz |
CircleCI: Reenable artifact collection on Darwin
Supposedly the original issue has been fixed.
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index bac3276f2c..620ac35453 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -148,9 +148,8 @@ jobs: - *make - *test - *bindist - # Disabled due to CircleCI brokenness - #- *collectartifacts - #- *storeartifacts + - *collectartifacts + - *storeartifacts "validate-hadrian-x86_64-linux": resource_class: xlarge |