Closed (fixed)
Project:
Git Deploy
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2019 at 17:11 UTC
Updated:
24 Jun 2019 at 15:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
thallesComment #3
thallesComment #4
gábor hojtsy#3059316: Tests fail due to undefined index in git_deploy fails due to the same reason. Why would the info version not be set for core? It should either be set from .info data or by git_deploy itself no? This sounds like may be a symptom of a bigger problem?
Comment #5
kfritscheJust did a little bit of debugging and found out that I can reproduce the error if I have a checked out core, thats probably what drupal test bot also does?
After a bit of digging found that the branch regular expression is not working for core:
core branch names are 8.7.x and not 8.x-2.x
Patch attached to fix this.
Comment #6
gábor hojtsyComment #7
gábor hojtsyComment #9
gábor hojtsyYay, thanks a lot. I made some minor changes to the code comments and committed.