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

dependency update example no longer works with source integration and Git >= 26 #3943

Open
gilzow opened this issue Apr 12, 2024 · 0 comments
Assignees

Comments

@gilzow
Copy link
Collaborator

gilzow commented Apr 12, 2024

Where on docs.platform.sh should be changed?

https://docs.upsun.com/learn/tutorials/dependency-updates.html#2-automate-your-dependency-updates-with-a-cron-job
https://docs.platform.sh/learn/tutorials/dependency-updates.html#2-automate-your-dependency-updates-with-a-cron-job

What exactly should be updated?

AS of Git 26, when --fetch-branches is set to true (default) in a source integration, the git repository clone on platform.sh / upsun essentially becomes a read-only mirror. This prevents you from merging branches on the platform/upsun side.

Currently our example of updating your dependencies using a cron job + source operation at step #3 will no longer work in this scenario.

Additional context

I'm not 100% sure what we replace the example with. Will need to think about it for a bit.

@gilzow gilzow self-assigned this Apr 12, 2024
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