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:04:50 +0300
committerJoao Moreno <joao.moreno@microsoft.com>2019-04-11 12:04:50 +0300
commit4a95428d8d2910c1b055ed651a0b29af7c18f653 (patch)
tree7a3cb64725dfdb7a46be769694e76912e6dd7c0c /build/azure-pipelines/distro-build.yml
parentf55aaabd5712aff99a14001c37c0f5b841c55868 (diff)
build
Diffstat (limited to 'build/azure-pipelines/distro-build.yml')
-rw-r--r--build/azure-pipelines/distro-build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/azure-pipelines/distro-build.yml b/build/azure-pipelines/distro-build.yml
index 795b7e4780b..7bd864f3048 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 master:distro/master
+ git push distro origin/master:distro/master
git merge $(node -p "require('./package.json').distro")
- displayName: Merge Distro \ No newline at end of file
+ displayName: Sync & Merge Distro \ No newline at end of file