diff --git a/.circleci/config.yml b/.circleci/config.yml index b934c6a098..dbd90f9140 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -133,6 +133,8 @@ jobs: command: | git clone https://github.com/mattermost/mattermost-api-reference.git cd mattermost-api-reference + echo "Trying to checkout the same branch on mattermost-api-reference as mattermost-server" + git checkout ${CIRCLE_BRANCH} || true make build - persist_to_workspace: root: ~/mattermost