Skip to content

Commit

Permalink
Ensure .NET Docker bot is used in pipelines (dotnet#1729)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthalman authored Mar 6, 2020
1 parent 46abf1c commit cd4d9da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions eng/pipelines/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ schedules:
include:
- nightly
variables:
- group: DotNet-Maestro
- template: variables/common.yml
jobs:
- job: UpdateDependencies
Expand All @@ -19,9 +18,9 @@ jobs:
displayName: Build Update Dependencies Tool
- script: >
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock update-dependencies
--user dotnet-maestro-bot
--email dotnet-maestro-bot@microsoft.com
--password $(BotAccount-dotnet-maestro-bot-PAT)
--user $(dotnetDockerBot.userName)
--email $(dotnetDockerBot.email)
--password $(BotAccount-dotnet-docker-bot-PAT)
--runtime-version $(runtimeVer)
--sdk-version $(sdkVer)
--aspnet-version $(aspnetVer)
Expand Down
1 change: 0 additions & 1 deletion eng/pipelines/update-readmes.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
trigger: none
pr: none
variables:
- group: DotNet-Maestro
- template: variables/common.yml
- name: manifest
value: manifest.json
Expand Down

0 comments on commit cd4d9da

Please sign in to comment.