mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-16 11:25:14 +00:00
fix merge
This commit is contained in:
parent
cfeeadbbc2
commit
32dd679a85
2 changed files with 1 additions and 4 deletions
|
@ -47,11 +47,8 @@ var migrationTasks = []*xormigrate.Migration{
|
|||
&addCustomLabelsToAgent,
|
||||
&splitTrusted,
|
||||
&correctPotentialCorruptOrgsUsersRelation,
|
||||
<<<<<<< HEAD
|
||||
&removeRepoNetrcOnlyTrusted,
|
||||
=======
|
||||
&gatedToRequireApproval,
|
||||
>>>>>>> main
|
||||
&removeRepoNetrcOnlyTrusted,
|
||||
}
|
||||
|
||||
var allBeans = []any{
|
||||
|
|
Loading…
Reference in a new issue