mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Use meteor/docs branch update-to-meteor-1.9 for Circle CI tests.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user