Skip to content

Commit

Permalink
Clean pipeline remote files (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
demianzhang authored and xuehui1991 committed Jun 4, 2019
1 parent 70fb900 commit 877aab7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/pipelines-it-remote-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,9 @@ jobs:
runOptions: commands
commands: python3 /tmp/nnitest/$(Build.BuildId)/nni-remote/test/remote_docker.py --mode stop --name $(Build.BuildId) --os windows
displayName: 'Stop docker'
- task: SSH@0
inputs:
sshEndpoint: $(end_point)
runOptions: commands
commands: sudo rm -rf /tmp/nnitest/$(Build.BuildId)
displayName: 'Clean the remote files'

0 comments on commit 877aab7

Please sign in to comment.