Fix stable promotion fetch/merge
This commit is contained in:
@@ -56,5 +56,5 @@ jobs:
|
|||||||
git clone --quiet --depth=1 --branch=stable "$REPO" repo
|
git clone --quiet --depth=1 --branch=stable "$REPO" repo
|
||||||
cd repo
|
cd repo
|
||||||
git fetch origin master
|
git fetch origin master
|
||||||
git merge --ff-only origin/master
|
git merge --ff-only FETCH_HEAD
|
||||||
git push origin stable
|
git push origin stable
|
||||||
|
|||||||
Reference in New Issue
Block a user