-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Force remove directory in codeql-reusable.yml #487
Comments
Should this be marked as ready for review? |
2 tasks
havencarlson
added a commit
to havencarlson/cFS
that referenced
this issue
Jun 10, 2022
havencarlson
added a commit
to havencarlson/cFS
that referenced
this issue
Jun 10, 2022
havencarlson
added a commit
to havencarlson/cFS
that referenced
this issue
Jun 10, 2022
havencarlson
added a commit
to havencarlson/cFS
that referenced
this issue
Jun 10, 2022
havencarlson
added a commit
to havencarlson/cFS
that referenced
this issue
Jun 10, 2022
havencarlson
added a commit
to havencarlson/cFS
that referenced
this issue
Jun 10, 2022
havencarlson
added a commit
to havencarlson/cFS
that referenced
this issue
Jun 15, 2022
astrogeco
added a commit
that referenced
this issue
Jun 16, 2022
Fix #487, force remove old submodule directory in CodeQL workflow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checklist (Please check before submitting)
Describe the bug
In codeql-reusable.yml, it should force remove a directory on line 97 so the script can continue if the directory doesn't exist.
To Reproduce
Expected behavior
If a directory doesn't exist before removing it, the script should continue
Code snips
rm -r ${{ inputs.component-path }}
should berm -rf ${{ inputs.component-path }}
codeql-reusable.yml
System observed on:
Browser
Additional context
None
Reporter Info
Full name and company/organization if applicable
The text was updated successfully, but these errors were encountered: