From 0edac30cec0899df7da40cacf9d64c24b5b32aeb Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 31 Jul 2014 15:31:33 -0600 Subject: [PATCH] chore(): disable site deploy tasks temporarily --- scripts/circle/deploy.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/circle/deploy.sh b/scripts/circle/deploy.sh index 31ccc01080..f6f36359ab 100755 --- a/scripts/circle/deploy.sh +++ b/scripts/circle/deploy.sh @@ -44,15 +44,16 @@ function run { fi ;; 2) - # TEMPORARY, for new site deploy task, globally install gulp & jekyll - npm install -g gulp jekyll + # TEMPORARILY disable site deploy tasks. We have to install jekyll. + # Which means ruby, which means it will take some thought. + # Be sure to update the site one after the other, # so the tasks don't have a push conflict if [[ "$IS_RELEASE" == "true" ]]; then - ./scripts/site/config.sh + # ./scripts/site/config.sh fi # Update docs - ./scripts/site/docs.sh --version-name="$VERSION_NAME" + # ./scripts/site/docs.sh --version-name="$VERSION_NAME" ;; 3) # Update demos