Skip to content

Commit

Permalink
update the test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
YanaXu committed Jul 22, 2024
1 parent c30285c commit 1c06666
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
inputs:
targetType: 'inline'
script: |
Set-Location ../azpsdocs
$httpConfigs = (git config --get-regexp "http" )
$authConfig = $httpConfigs | Where-Object {$_ -like "*AUTHORIZATION*"}
$token = ($authConfig -split ' ')[-1]
Expand Down

0 comments on commit 1c06666

Please sign in to comment.