summaryrefslogtreecommitdiffstats
path: root/.ci/templates/merge-private.yml
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-10-09 02:16:28 +0200
committerGitHub <noreply@github.com>2019-10-09 02:16:28 +0200
commit464353bc5751dfc62a64c5eb64a632a8df5fed63 (patch)
tree536e06facbce94dd263753e7d05a5e8c24a19cdf /.ci/templates/merge-private.yml
parentMerge pull request #2956 from DarkLordZach/azure-win-tarxz (diff)
parentci: Isolate upload merge step into stage 2 (diff)
downloadyuzu-464353bc5751dfc62a64c5eb64a632a8df5fed63.tar
yuzu-464353bc5751dfc62a64c5eb64a632a8df5fed63.tar.gz
yuzu-464353bc5751dfc62a64c5eb64a632a8df5fed63.tar.bz2
yuzu-464353bc5751dfc62a64c5eb64a632a8df5fed63.tar.lz
yuzu-464353bc5751dfc62a64c5eb64a632a8df5fed63.tar.xz
yuzu-464353bc5751dfc62a64c5eb64a632a8df5fed63.tar.zst
yuzu-464353bc5751dfc62a64c5eb64a632a8df5fed63.zip
Diffstat (limited to '.ci/templates/merge-private.yml')
-rw-r--r--.ci/templates/merge-private.yml12
1 files changed, 1 insertions, 11 deletions
diff --git a/.ci/templates/merge-private.yml b/.ci/templates/merge-private.yml
index a640cfbde..f15a74355 100644
--- a/.ci/templates/merge-private.yml
+++ b/.ci/templates/merge-private.yml
@@ -31,17 +31,7 @@ jobs:
needSubmodules: 'true'
- script: chmod a+x $(System.DefaultWorkingDirectory)/.ci/scripts/merge/yuzubot-git-config.sh && $(System.DefaultWorkingDirectory)/.ci/scripts/merge/yuzubot-git-config.sh
displayName: 'Apply Git Configuration'
- - script: git tag -a $(BuildName)-$(Build.BuildId) -m "yuzu $(BuildName) $(Build.BuildNumber) $(Build.DefinitionName)"
- displayName: 'Tag Source'
- script: git remote add other $(GitRepoPushChangesURL)
displayName: 'Register Repository'
- - script: git push --follow-tags --force other HEAD:$(GitPushBranch)
+ - script: git push --force other HEAD:$(GitPushBranch)
displayName: 'Update Code'
- - script: git rev-list -n 1 $(BuildName)-$(Build.BuildId) > $(Build.ArtifactStagingDirectory)/tag-commit.sha
- displayName: 'Calculate Release Point'
- - task: PublishPipelineArtifact@1
- displayName: 'Upload Release Point'
- inputs:
- targetPath: '$(Build.ArtifactStagingDirectory)/tag-commit.sha'
- artifact: 'yuzu-$(BuildName)-release-point'
- replaceExistingArchive: true \ No newline at end of file