From 4a95428d8d2910c1b055ed651a0b29af7c18f653 Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Thu, 11 Apr 2019 11:04:50 +0200 Subject: [PATCH] build --- build/azure-pipelines/distro-build.yml | 4 ++-- 1 file 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 -- GitLab