From 1a8afaef39efef3b0a50f001a5b58fd0f436a5fb Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Thu, 11 Apr 2019 11:14:45 +0200 Subject: build --- build/azure-pipelines/distro-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/azure-pipelines/distro-build.yml') diff --git a/build/azure-pipelines/distro-build.yml b/build/azure-pipelines/distro-build.yml index 028dfdbeef0..2a3a2294fc7 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/refs/heads/master:distro/refs/heads/master + git push distro origin/master:distro/refs/heads/master git merge $(node -p "require('./package.json').distro") displayName: Sync & Merge Distro \ No newline at end of file -- cgit v1.2.3