Hi, since the change about the Dubious Ownership error, we have faced an issue where our deploy process is actually not working. The issue is about the default branch line not working as it used to, even when using the v7.1. (I think it this one DEFAULT_BRANCH="$(git remote show origin | awk '/HEAD branch/ {print $NF}')"
This is the error that we are getting:
If I execute that line in my own machine, it does work as usual, getting main as the head branch. But when it gets triggered in Dokku on our cloud machine, it doesn't. This was working without issues until maybe 2-3 weeks ago, so we are a bit lost on what the issue could be.
Hi, since the change about the Dubious Ownership error, we have faced an issue where our deploy process is actually not working. The issue is about the default branch line not working as it used to, even when using the v7.1. (I think it this one
DEFAULT_BRANCH="$(git remote show origin | awk '/HEAD branch/ {print $NF}')"
This is the error that we are getting:
If I execute that line in my own machine, it does work as usual, getting main as the head branch. But when it gets triggered in Dokku on our cloud machine, it doesn't. This was working without issues until maybe 2-3 weeks ago, so we are a bit lost on what the issue could be.
Thanks!