Skip to content

Commit

Permalink
Removed the update CI target packages step. (#20312)
Browse files Browse the repository at this point in the history
Co-authored-by: Sima Zhu <sizhu@microsoft.com>
  • Loading branch information
azure-sdk and sima-zhu authored Apr 12, 2021
1 parent 19e7af3 commit c848266
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 88 deletions.
18 changes: 0 additions & 18 deletions eng/common/pipelines/templates/steps/docs-metadata-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,24 +56,6 @@ steps:
env:
GH_TOKEN: $(azuresdk-github-pat)

- task: PowerShell@2
displayName: 'Update Docs.MS CI Targeted Packages'
condition: and(succeededOrFailed(), eq('${{ parameters.OnboardingBranch }}',''), ne('${{ parameters.SkipPackageJson }}', true))
inputs:
targetType: filePath
filePath: ${{ parameters.ScriptDirectory }}/update-docs-ci.ps1
arguments: >
-ArtifactLocation ${{ parameters.ArtifactLocation }}
-WorkDirectory "${{ parameters.WorkingDirectory }}"
-RepoId ${{ parameters.RepoId }}
-Repository ${{ parameters.PackageRepository }}
-ReleaseSHA ${{ parameters.ReleaseSha }}
-DocRepoLocation "${{ parameters.WorkingDirectory }}/repo"
-Configs "${{ parameters.CIConfigs }}"
pwsh: true
env:
GH_TOKEN: $(azuresdk-github-pat)

- template: /eng/common/pipelines/templates/steps/git-push-changes.yml
parameters:
BaseRepoBranch: $(DefaultBranch)
Expand Down
70 changes: 0 additions & 70 deletions eng/common/scripts/update-docs-ci.ps1

This file was deleted.

0 comments on commit c848266

Please sign in to comment.