From e9d027b967a68be707e8376881b0e1ee51f8afbb Mon Sep 17 00:00:00 2001 From: perry Date: Fri, 29 Apr 2016 16:56:41 -0500 Subject: [PATCH] chore(CI): disabling auto-docs temporarily --- circle.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/circle.yml b/circle.yml index 059964c447..0e09d39ea6 100644 --- a/circle.yml +++ b/circle.yml @@ -11,8 +11,8 @@ machine: test: override: - echo "Automatically marking tests as passing for now" -deployment: - tasks: - branch: "2.0" - commands: - - ./scripts/ci/deploy.sh +#deployment: +# tasks: +# branch: "2.0" +# commands: +# - ./scripts/ci/deploy.sh