mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 06:38:23 +00:00
build
This commit is contained in:
parent
b56ec0d8e7
commit
f5061eaea9
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ steps:
|
|||
|
||||
git remote add distro "https://github.com/$VSCODE_MIXIN_REPO.git"
|
||||
git fetch distro
|
||||
git push distro origin/master:distro/master
|
||||
git push distro origin/refs/heads/master:distro/refs/heads/master
|
||||
git merge $(node -p "require('./package.json').distro")
|
||||
|
||||
displayName: Sync & Merge Distro
|
Loading…
Reference in a new issue