diff --git a/.fork/custom-commands.json b/.fork/custom-commands.json deleted file mode 100644 index c1c5cce0248..00000000000 --- a/.fork/custom-commands.json +++ /dev/null @@ -1,32 +0,0 @@ -[ - { - "version" : 2 - }, - { - "action" : { - "script" : "git branch -d ${ref}\ngit push gitee.com --delete refs/heads/${ref}", - "showOutput" : false, - "type" : "sh", - "waitForExit" : true - }, - "name" : "Delete All Branch", - "refTargets" : [ - "localbranch", - "remotebranch" - ], - "target" : "ref" - }, - { - "action" : { - "script" : "git push origin ${ref}\ngit push gitee.com ${ref}", - "showOutput" : false, - "type" : "sh", - "waitForExit" : true - }, - "name" : "Push All Branch", - "refTargets" : [ - "localbranch" - ], - "target" : "ref" - } -] \ No newline at end of file