Skip to content

Commit

Permalink
Create new release branch release-7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattermod committed Jul 28, 2022
1 parent 3061fbf commit 9e6121b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
- name: Start containers
working-directory: mattermost-server/build
Expand Down
1 change: 1 addition & 0 deletions config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0

0 comments on commit 9e6121b

Please sign in to comment.