You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My CI/CD Pipelines are getting failed due to the following errors. when I have checked in my server I am able to find the files. Kindly help me out how to resolve the issue.
Remove-Item : Cannot find path 'C:\gitlabrunner\builds\Y5fsazx3\0\my-app\node_modules\bootstrap-switch
-button-react\docs\node_modules\.cache\terser-webpack-plugin\content-v2\sha512\0d\85\35c59f05850d382b203b1fe25d67222436
e44f60444cb8d5859bcf1261ff73a06eb9a88d706dc4d74b1b8258dc6603a9152a13da4bcc573a76ae4b773b38' because it does not exist.
At line:1 char:75
+ ... ules -file -recurse | where {-not $_.extension} | Remove-Item -WhatIf
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (C:\gitlabrunner...73a76ae4b773b38:String) [Remove-Item], ItemNotFoundEx
ception
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand
Remove-Item : Cannot find path 'C:\gitlabrunner\builds\Y5fsazx3\0\my-app\node_modules\bootstrap-switch
-button-react\docs\node_modules\.cache\terser-webpack-plugin\content-v2\sha512\26\4a\45d6b1132a552fa5ee03c98034108cea0e
8da460baa975feb5509ce6b704f49eda83f042efa156d11735879285d99452491eaea83b438d21f992dad46b95' because it does not exist.
At line:1 char:75
+ ... ules -file -recurse | where {-not $_.extension} | Remove-Item -WhatIf
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (C:\gitlabrunner...d21f992dad46b95:String) [Remove-Item], ItemNotFoundEx
ception
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand
The text was updated successfully, but these errors were encountered:
Hi,
My CI/CD Pipelines are getting failed due to the following errors. when I have checked in my server I am able to find the files. Kindly help me out how to resolve the issue.
The text was updated successfully, but these errors were encountered: