Gitlab CI/CD are failing

Open
#61 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
20/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
gitlab, node.js, powershell

Research direction

Start by reviewing the GitLab CI/CD configuration and the PowerShell cleanup command shown in the error, then reproduce the missing-path failure in the runner environment. Done means the pipeline completes without these Remove-Item PathNotFound errors, with the cleanup behavior verified.

Written by the indexing model from the issue text.

Description

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.

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
Dominant language
CSS
Stars
19
Forks
19
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from gitbrent/bootstrap-switch-button-react

All issues in gitbrent/bootstrap-switch-button-react

Similar issues

More Build System issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.