mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-01-21 03:21:08 +03:00
build pipelines service connection
This commit is contained in:
parent
ff878c4f8e
commit
cd79df7645
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ steps:
|
||||||
displayName: Github release
|
displayName: Github release
|
||||||
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['CI_JOB'], 'release' ))
|
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['CI_JOB'], 'release' ))
|
||||||
inputs:
|
inputs:
|
||||||
gitHubConnection: 'ignopeverell'
|
gitHubConnection: 'mw-grin-wallet'
|
||||||
repositoryName: 'mimblewimble/grin-wallet'
|
repositoryName: 'mimblewimble/grin-wallet'
|
||||||
action: 'edit'
|
action: 'edit'
|
||||||
target: '$(build.sourceVersion)'
|
target: '$(build.sourceVersion)'
|
||||||
|
|
|
@ -44,7 +44,7 @@ steps:
|
||||||
displayName: Github release
|
displayName: Github release
|
||||||
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['CI_JOB'], 'release' ))
|
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['CI_JOB'], 'release' ))
|
||||||
inputs:
|
inputs:
|
||||||
gitHubConnection: 'ignopeverell'
|
gitHubConnection: 'mw-grin-wallet'
|
||||||
repositoryName: 'mimblewimble/grin-wallet'
|
repositoryName: 'mimblewimble/grin-wallet'
|
||||||
action: 'edit'
|
action: 'edit'
|
||||||
target: '$(build.sourceVersion)'
|
target: '$(build.sourceVersion)'
|
||||||
|
|
Loading…
Reference in a new issue