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:01:16 +0300
committerJoao Moreno <joao.moreno@microsoft.com>2019-04-11 12:01:16 +0300
commitf55aaabd5712aff99a14001c37c0f5b841c55868 (patch)
tree2c0d4adc9b202ad96c5ed1082d3feac040f8a9cb /build/azure-pipelines/distro-build.yml
parent5fa1a4996230b6dbca64507d7056c1d7451f651d (diff)
automatically sync distro master
Diffstat (limited to 'build/azure-pipelines/distro-build.yml')
-rw-r--r--build/azure-pipelines/distro-build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/azure-pipelines/distro-build.yml b/build/azure-pipelines/distro-build.yml
index b8ef20162b6..795b7e4780b 100644
--- a/build/azure-pipelines/distro-build.yml
+++ b/build/azure-pipelines/distro-build.yml
@@ -24,6 +24,7 @@ steps:
git remote add distro "https://github.com/$VSCODE_MIXIN_REPO.git"
git fetch distro
+ git push distro master:distro/master
git merge $(node -p "require('./package.json').distro")
displayName: Merge Distro \ No newline at end of file