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
PR #376 added functionality to trigger a default_branch deploy if target branch is reported as deleted. This check works for github, however gitlab doesn't directly track a deleted branch, but rather sets the commit hash to "0000000000000000000000000000000000000000" in the "after" key of the webhook push event.
Need to add checks that take this into account
The text was updated successfully, but these errors were encountered:
PR #376 added functionality to trigger a
default_branch
deploy if target branch is reported as deleted. This check works for github, however gitlab doesn't directly track a deleted branch, but rather sets the commit hash to "0000000000000000000000000000000000000000" in the "after" key of the webhook push event.Need to add checks that take this into account
The text was updated successfully, but these errors were encountered: