Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Nov 7, 2019
1 parent 73f328b commit 1a26838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/stage-deploy.yml
Expand Up @@ -17,7 +17,7 @@ steps:
authType: UserAndPass
username: ropensci
password: $(cranlikepwd)
options: '--fail -H "Builder-Status: $(Agent.JobStatus)" -H "Builder-Url: $(System.CollectionUri)_build/results?buildId=$(Build.BuildId)"'
options: '--fail -H "Builder-Status: $(Agent.JobStatus)" -H "Builder-Url: $(System.CollectionUri)$(System.TeamProject)/_build/results?buildId=$(Build.BuildId)"'
env:
cranlikepwd: $(cranlikepwd)
displayName: 'Uploading package to CRAN-like repository'
Expand Down

0 comments on commit 1a26838

Please sign in to comment.