You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #134, we transitioned from testing on testing/<id> instead of just testing. In order to maintain backwards compatibility, we had to delete testing every time we created a new testing/<id> branch.
That has been a month ago, and most projects that use Hoff should have had at least one PR triggering the deletion of testing. So we should remove this code that tries deletion every time.
We currently see the following in the logs every time we merge:
Aug1813:37:12 hoff hoff[4321]: [Warn] error: git push -d failed.Reason:error: unable to delete 'testing': remote ref does not exist
Aug1813:37:30 hoff hoff[4321]:error: failed to push some refs to 'git@github.com:<org>/<repo>.git'
This should get rid of entries like the above.
TODO
check that all projects/repos do not have a testing branch anymore
In #134, we transitioned from testing on
testing/<id>
instead of justtesting
. In order to maintain backwards compatibility, we had to deletetesting
every time we created a newtesting/<id>
branch.That has been a month ago, and most projects that use Hoff should have had at least one PR triggering the deletion of
testing
. So we should remove this code that tries deletion every time.We currently see the following in the logs every time we merge:
This should get rid of entries like the above.
TODO
testing
branch anymoretesting
branch preemptive deletion #173testing
branch anymoreThe text was updated successfully, but these errors were encountered: