From 29fb417ce562ebe2035a0a71f6e05dd6c2e7133a Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Wed, 23 Aug 2017 11:57:51 +1000 Subject: [PATCH 1/2] These errors are too much out of our control --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 4957504ea2..b255395f0e 100644 --- a/circle.yml +++ b/circle.yml @@ -29,4 +29,4 @@ deployment: commands: - make artifacts - make ghpages || make ghpages - - make ghissues || make ghissues + - make ghissues || make ghissues || true From d9194e531d8e52a3172fd85f17b0fd23b61d8c8d Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Wed, 23 Aug 2017 11:58:37 +1000 Subject: [PATCH 2/2] And we don't need to run them more, which only makes it worse --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index b255395f0e..59a3b29592 100644 --- a/circle.yml +++ b/circle.yml @@ -29,4 +29,4 @@ deployment: commands: - make artifacts - make ghpages || make ghpages - - make ghissues || make ghissues || true + - make ghissues || true