Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoao Moreno <joao.moreno@microsoft.com>2019-04-11 12:16:31 +0300
committerJoao Moreno <joao.moreno@microsoft.com>2019-04-11 12:16:31 +0300
commit61e0bdbfe4199bfd27af53a7ce0c9521be5f287f (patch)
treefca9933badb8652e7336749c88018acabee14fe6 /build/azure-pipelines/distro-build.yml
parent1a8afaef39efef3b0a50f001a5b58fd0f436a5fb (diff)
build
Diffstat (limited to 'build/azure-pipelines/distro-build.yml')
-rw-r--r--build/azure-pipelines/distro-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/azure-pipelines/distro-build.yml b/build/azure-pipelines/distro-build.yml
index 2a3a2294fc7..dc55bce808c 100644
--- a/build/azure-pipelines/distro-build.yml
+++ b/build/azure-pipelines/distro-build.yml
@@ -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/refs/heads/master
+ git push distro origin/master:refs/heads/master
git merge $(node -p "require('./package.json').distro")
displayName: Sync & Merge Distro \ No newline at end of file