From d0dea3b19a80cbcb0df1611916389f02e1d5b4df Mon Sep 17 00:00:00 2001 From: Eli Yukelzon Date: Wed, 22 Apr 2020 16:16:43 +0300 Subject: [PATCH] API checker improvement (#14352) Automatic Merge --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) 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