From faf6edca4888485e1b64ca0e05c539e3b59a6da2 Mon Sep 17 00:00:00 2001 From: Garrett Moon Date: Thu, 27 Apr 2017 13:42:24 -0700 Subject: [PATCH 1/3] Don't run tests for the docs directory. --- CI/exclude-from-build.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CI/exclude-from-build.json b/CI/exclude-from-build.json index ea893f007..f53dddc30 100644 --- a/CI/exclude-from-build.json +++ b/CI/exclude-from-build.json @@ -1,3 +1,4 @@ [ - "^plans" + "^plans/", + "^docs/" ] \ No newline at end of file From ae2b55699cdff2c228fe9706771fb0289a0e5fc2 Mon Sep 17 00:00:00 2001 From: Garrett Moon Date: Thu, 27 Apr 2017 13:43:38 -0700 Subject: [PATCH 2/3] Don't need to build for this either. --- CI/exclude-from-build.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CI/exclude-from-build.json b/CI/exclude-from-build.json index f53dddc30..1a78053e7 100644 --- a/CI/exclude-from-build.json +++ b/CI/exclude-from-build.json @@ -1,4 +1,5 @@ [ "^plans/", - "^docs/" + "^docs/", + "^CI/exculde-from-build.json" ] \ No newline at end of file From 5d32395e569d88b5583fec755219a8aa95364a3f Mon Sep 17 00:00:00 2001 From: Garrett Moon Date: Thu, 27 Apr 2017 13:46:28 -0700 Subject: [PATCH 3/3] Spell it right; --- CI/exclude-from-build.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/exclude-from-build.json b/CI/exclude-from-build.json index 1a78053e7..abc6f913a 100644 --- a/CI/exclude-from-build.json +++ b/CI/exclude-from-build.json @@ -1,5 +1,5 @@ [ "^plans/", "^docs/", - "^CI/exculde-from-build.json" + "^CI/exclude-from-build.json$" ] \ No newline at end of file