mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-26 03:00:54 +00:00
Remove a bash task from webgpu CI pipeline (#19682)
### Description It is a "Bash" task that requires running bash on Windows. Most Windows operating systems do not have Bash installed. Given this task is only debugging purposes, we can remove it for now. ### Motivation and Context I am making this change because I am regenerating the VM image in a different manner, and the new image does not contain bash. Once this PR is in, I can switch the images.
This commit is contained in:
parent
026e3178ae
commit
7a147fc6f7
1 changed files with 1 additions and 6 deletions
|
|
@ -155,12 +155,7 @@ jobs:
|
|||
path: $(Build.SourcesDirectory)/js/test/
|
||||
cacheHitVar: CACHE_RESTORED
|
||||
displayName: 'Cache ONNX node test data'
|
||||
- task: Bash@3
|
||||
inputs:
|
||||
targetType: 'inline'
|
||||
script: find "$(Build.SourcesDirectory)/js/test/" -type f
|
||||
condition: and(not(canceled()), eq(variables.CACHE_RESTORED, 'true'))
|
||||
displayName: 'List ONNX node test data'
|
||||
|
||||
- task: PowerShell@2
|
||||
inputs:
|
||||
filePath: '$(Build.SourcesDirectory)\tools\ci_build\github\js\pack-npm-packages.ps1'
|
||||
|
|
|
|||
Loading…
Reference in a new issue