use rolling-stable branch when fetching focalboard repo (#21769)

Этот коммит содержится в:
Doug Lauder
2022-11-30 09:36:01 -05:00
коммит произвёл GitHub
родитель ebaa170338
Коммит 070ee9a74d

Просмотреть файл

@@ -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