use rolling-stable branch when fetching focalboard repo (#21769)
Этот коммит содержится в:
@@ -31,7 +31,7 @@ jobs:
|
|||||||
cd ..
|
cd ..
|
||||||
git clone --depth=1 --no-single-branch https://github.com/mattermost/focalboard.git
|
git clone --depth=1 --no-single-branch https://github.com/mattermost/focalboard.git
|
||||||
cd focalboard
|
cd focalboard
|
||||||
git checkout $CIRCLE_BRANCH || git checkout main
|
git checkout $CIRCLE_BRANCH || git checkout rolling-stable
|
||||||
echo $(git rev-parse HEAD)
|
echo $(git rev-parse HEAD)
|
||||||
cd ../mattermost-server
|
cd ../mattermost-server
|
||||||
make setup-go-work
|
make setup-go-work
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user