Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Create new release branch release-7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mattermod committed Sep 1, 2022
1 parent c34e3a3 commit 0cf891b
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.3
- 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.3.0

0 comments on commit 0cf891b

Please sign in to comment.