From 9c7c391892206c3ef04f838a931d2e1e1c7e8749 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Tue, 10 Sep 2019 16:06:55 -0400
Subject: [PATCH] Expose the stack logs in case they have more interesting info

---
 .circleci/config.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 71b92f7..d581083 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -75,6 +75,9 @@ jobs:
           name: "Cache Nix Store Paths"
           key: paymentserver-nix-store-v1-{{ .Environment.NIXPKGS_REV }}
 
+      - store_artifacts:
+          path: ".stack-work/logs"
+
 workflows:
   version: 2
   everything:
-- 
GitLab