From f10f7f1519dcd82ed0f8f9f00f76ca943ab1f42b Mon Sep 17 00:00:00 2001 From: mattermod Date: Tue, 27 Sep 2022 14:23:57 +0000 Subject: [PATCH] Create new release branch release-7.4 --- .github/workflows/test.yml | 2 +- config.mk | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cd90972bf..505639791 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -72,7 +72,7 @@ jobs: - name: Setup mattermost-server working-directory: mattermost-server run: | - git checkout $GITHUB_HEAD_REF || git checkout master + git checkout $GITHUB_HEAD_REF || git checkout release-7.4 - name: Start containers working-directory: mattermost-server/build diff --git a/config.mk b/config.mk index 0ca2757f9..dacbb9cc5 100644 --- a/config.mk +++ b/config.mk @@ -4,3 +4,4 @@ # Path to the mattermost-server folder to be able to run end-to-end tests MM_SERVER_PATH ?= ${PWD}/../mattermost-server +DIST_VER=v7.4.0