Skip to content

Commit

Permalink
delete test-proxy-shutdown. remove bad comment
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored and azure-sdk committed Mar 14, 2024
1 parent 0de6647 commit 5d11d07
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 57 deletions.
56 changes: 0 additions & 56 deletions eng/common/pipelines/templates/jobs/test-proxy-shutdown.yml

This file was deleted.

1 change: 0 additions & 1 deletion eng/common/testproxy/test-proxy-tool-shutdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ steps:
displayName: 'Shut down the testproxy - windows'
condition: and(succeeded(), eq(variables['Agent.OS'],'Windows_NT'))
# nohup does NOT continue beyond the current session if you use it within powershell
- bash: |
kill -9 $(PROXY_PID)
displayName: "Shut down the testproxy - linux/mac"
Expand Down

0 comments on commit 5d11d07

Please sign in to comment.