diff options
author | bunnei <bunneidev@gmail.com> | 2019-10-09 02:16:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-09 02:16:28 +0200 |
commit | 464353bc5751dfc62a64c5eb64a632a8df5fed63 (patch) | |
tree | 536e06facbce94dd263753e7d05a5e8c24a19cdf /.ci/templates/merge.yml | |
parent | Merge pull request #2956 from DarkLordZach/azure-win-tarxz (diff) | |
parent | ci: Isolate upload merge step into stage 2 (diff) | |
download | yuzu-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.yml')
-rw-r--r-- | .ci/templates/merge.yml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/.ci/templates/merge.yml b/.ci/templates/merge.yml index efc82778a..460dfa1c1 100644 --- a/.ci/templates/merge.yml +++ b/.ci/templates/merge.yml @@ -30,17 +30,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 |