Skip to content
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

ci: github: git clean after rebase #78524

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

kartben
Copy link
Collaborator

@kartben kartben commented Sep 17, 2024

After rebasing the PR on main, the local copy of the repository may still contain untracked directories and files (for example, the commits from the pull request are "git mv"ing files out of directories that are then left empty).

Add a git clean so that we run CI in conditions that are as close as possible to a fresh clone.

After rebasing the PR on main, the local copy of the repository may
still contain untracked directories and files (for example, the commits
from the pull request are "git mv"ing files out of directories that are
then left empty). Add a git clean so that we run CI in conditions
that are as close as possible to a fresh clone.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
@kartben kartben marked this pull request as ready for review September 17, 2024 07:49
@zephyrbot zephyrbot added area: Continuous Integration platform: nRF BSIM Nordic Semiconductors, nRF BabbleSim labels Sep 17, 2024
@carlescufi carlescufi merged commit d8997b4 into zephyrproject-rtos:main Sep 19, 2024
32 checks passed
@kartben kartben deleted the ci_clean_after_rebase branch September 23, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Continuous Integration platform: nRF BSIM Nordic Semiconductors, nRF BabbleSim
Projects
None yet
Development

Successfully merging this pull request may close these issues.