Skip to content

Update prepare-branch.sh#448

Open
malteprang wants to merge 1 commit intoalpinelinux:masterfrom
malteprang:master
Open

Update prepare-branch.sh#448
malteprang wants to merge 1 commit intoalpinelinux:masterfrom
malteprang:master

Conversation

@malteprang
Copy link
Copy Markdown

5 days ago the file .github/ISSUE_TEMPLATE/config.yml was added to the repo.
Since then our automatic pipelines failed due to the following issue:

=> After 'git push -f origin v3.18', add the above to:
=> https://github.com/docker-library/official-images/blob/master/library/alpine
error: The following untracked working tree files would be overwritten by checkout:
.github/ISSUE_TEMPLATE/config.yml
Please move or remove them before you switch branches.
Aborting

Adding the .github directory to .gitignore didn't helped so I added a forced checkout so untracked .github files don't let the checkout fail. Our pipelines run successful with the forked script.

Added a forced checkout so untracked .github files don't let the checkout fail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant