Skip to content

Fix check_remote: Check for REVISION file with archive update_code_st… #4048

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

Open
wants to merge 2 commits into
base: 7.x
Choose a base branch
from

Conversation

blankse
Copy link

@blankse blankse commented Apr 2, 2025

…rategy and check for .git folder with clone update_code_strategy

With update_code_strategy === ‘archive’ there is no .git folder and therefore the check is never executed.

After updating from v6 to v7, an error occurs because the REVISION file does not yet exist.

My suggestion would be to use the REVISION file for update_code_strategy === ‘archive’ and the .git folder for update_code_strategy === ‘clone’.

blankse added 2 commits April 2, 2025 07:45
…rategy and check for .git folder with clone update_code_strategy
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