From cadafaa3b600eb7bf762e1e0bf176b36440b4360 Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Tue, 28 Mar 2017 19:41:50 -0400 Subject: [PATCH] build timeouts --- circle.yml | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/circle.yml b/circle.yml index d70ac2687..db177646b 100644 --- a/circle.yml +++ b/circle.yml @@ -8,29 +8,17 @@ jobs: - only: - cci2 steps: + - run: + name: Prepare ionic-site repo + command: ./scripts/docs/prepare.sh + - save_cache: + paths: + - ~/ionic-site/ - checkout - run: name: Install node modules command: npm i - - run: npm run build - update_docs: - working_directory: ~/ionic-native/ - docker: - - image: node:7 - branches: - - only: - - cci2 # set this to master - steps: - - run: - name: Prepare ionic-site repo - command: ./scripts/docs/prepare.sh - - save_cache: - paths: - - ~/ionic-site/ - - checkout - - run: - name: Install node modules - command: npm i + - run: npm run lint - run: name: Update docs command: ./scripts/docs/update_docs.sh