From 67660622007aa9f384088323a42b8c3560f8ea22 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 30 Oct 2019 11:50:51 -0400
Subject: [PATCH] "mv: target '/tmp/PaymentServer-docs' is not a directory"

???

Okay what is it
---
 .circleci/config.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 7ae4a48..4245674 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -169,6 +169,8 @@ jobs:
               --haddock \
               --haddock-internal \
               --no-haddock-deps"
+            ls -l /tmp
+
             mv $(nix-shell shell.nix --run "$GETPATH")/PaymentServer-* /tmp/PaymentServer-docs
 
       - store_artifacts:
-- 
GitLab