diff --git a/.circleci/config.yml b/.circleci/config.yml index 5f9e1a11fb2..99a022451d9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,14 +41,15 @@ jobs: - run: npm test - run: reaction test - - save_cache: name: Saving Meteor dev_bundle to cache key: dev_bundle paths: - /home/reaction/.meteor/local - - run: .circleci/build.sh + - run: + command: .circleci/build.sh + no_output_timeout: 30m # deploy the build (if on a deployment branch) - deploy: