mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 09:08:46 +00:00
update exploration branch
This commit is contained in:
parent
4aefd4390f
commit
62b70e6bb5
1 changed files with 2 additions and 2 deletions
|
@ -31,10 +31,10 @@ steps:
|
|||
git config user.email "vscode@microsoft.com"
|
||||
git config user.name "VSCode"
|
||||
|
||||
git checkout origin/electron-x.y.z
|
||||
git checkout origin/electron-11.x.y
|
||||
git merge origin/master
|
||||
|
||||
# Push master branch into exploration branch
|
||||
git push origin HEAD:electron-x.y.z
|
||||
git push origin HEAD:electron-11.x.y
|
||||
|
||||
displayName: Sync & Merge Exploration
|
||||
|
|
Loading…
Reference in a new issue