This commit is contained in:
Joao Moreno 2019-04-11 11:12:07 +02:00
parent b56ec0d8e7
commit f5061eaea9

View file

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