Closed jessedyck closed 1 year ago
@jessedyck Thank you for this very detailed report. I created a ticket (BUGS-5609) to track this internally.
Hi @jessedyck this should be working now in the latest pushback version. Please give it a try and feel free to reopen if you find otherwise
I've noticed that the branches that pushback creates contains changes to
.gitignore
; the contents above the cut line is missing. Pushback appears to not be properly restoring my repository's.gitignore
and is instead sending back the version on Pantheon.I see that is supposed to be happening here: https://github.com/pantheon-systems/quicksilver-pushback/blob/main/lean-repo-utils.php#L203
But it's hitting a permission error:
I suspect this is because it's trying to write to
/code
while my enviroment is in git mode.I tried this on brand new test site created with Build Tools and ran into the same issue, which I had switched from SFTP to Git mode so I could test applying changes.
Relevant workflow log: