From 1f77aace99ae021d98ecbca399be0b0bbd6f6137 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Sun, 10 Nov 2019 00:22:09 -0500 Subject: [PATCH] Use meteor/docs branch update-to-meteor-1.9 for Circle CI tests. --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index be43d1df4b..14116b7494 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -674,9 +674,9 @@ jobs: CHECKOUT_METEOR_DOCS: /home/circleci/test_docs steps: - run: - name: Cloning "meteor/docs" Repository's "master" branch + name: Cloning "meteor/docs" Repository's "update-to-meteor-1.9" branch command: | - git clone https://github.com/meteor/docs.git ${CHECKOUT_METEOR_DOCS} + git clone --branch update-to-meteor-1.9 https://github.com/meteor/docs.git ${CHECKOUT_METEOR_DOCS} # The "docs" repository normally brings in the Meteor code as a Git # submodule checked out into the "code" directory. As the goal of this # test is to run it against the _current_ repository's code, we'll move