Skip to content

Commit

Permalink
Use a different branch
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljurek committed Aug 20, 2021
1 parent 9221de5 commit f6956e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eng/pipelines/docindex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
Repositories:
- Name: $(DocRepoOwner)/$(DocRepoName)
WorkingDirectory: $(DocRepoLocation)
Commitish: djurek/re-pin-cosmos-encryption

# Call update docs ci script to onboard packages
- task: Powershell@2
Expand All @@ -37,7 +38,7 @@ jobs:

- template: /eng/common/pipelines/templates/steps/git-push-changes.yml
parameters:
BaseRepoBranch: $(DefaultBranch)
BaseRepoBranch: djurek/re-pin-cosmos-encryption
BaseRepoOwner: $(DocRepoOwner)
CommitMsg: "Update docs CI configuration"
TargetRepoName: $(DocRepoName)
Expand Down

0 comments on commit f6956e7

Please sign in to comment.