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

pipenv conflicts in Kentucky #28

Open
stucka opened this issue Jul 3, 2024 · 2 comments
Open

pipenv conflicts in Kentucky #28

stucka opened this issue Jul 3, 2024 · 2 comments

Comments

@stucka
Copy link
Contributor

stucka commented Jul 3, 2024

Kentucky for some reason keeps having problems where the pipenv files cause conflicts; I pull the branch, bring in the new pipfiles, push again, and then some days later get the same problem again.

I'm not even sure why the branches have Pipfiles as distinct from the main, or if there's a better way to keep these in sync.

A log run:

Switched to a new branch 'ky'
branch 'ky' set up to track 'origin/ky'.
From https://github.com/biglocalnews/warn-github-flow

  • branch main -> FETCH_HEAD
    Auto-merging Pipfile
    CONFLICT (content): Merge conflict in Pipfile
    Auto-merging Pipfile.lock
    CONFLICT (content): Merge conflict in Pipfile.lock
    Automatic merge failed; fix conflicts and then commit the result.
    Error: Process completed with exit code 1.
@stucka
Copy link
Contributor Author

stucka commented Jul 3, 2024

It seems to be here:
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
git config pull.rebase false
git checkout ${{ inputs.source }}
git pull origin main

... why do the branches even have their own pipfiles? Do all of them?

@stucka
Copy link
Contributor Author

stucka commented Jul 4, 2024

Idea from Derek Willis -- see if the branches can have a .gitignore blocking the pipfile

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

No branches or pull requests

1 participant