mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2025-12-06 07:28:50 +08:00
chore(Fork): update Delete All custom command (#7164)
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action" : {
|
"action" : {
|
||||||
"script" : "git push gitcode.com --delete refs/heads/${ref}\ngit push gitee.com --delete refs/heads/${ref}\n",
|
"script" : "git push gitcode.com --delete refs/heads/${ref}\ngit push gitee.com --delete refs/heads/${ref}\ngit checkout main\ngit branch --delete --force ${ref}",
|
||||||
"showOutput" : false,
|
"showOutput" : false,
|
||||||
"type" : "sh",
|
"type" : "sh",
|
||||||
"waitForExit" : true
|
"waitForExit" : true
|
||||||
|
|||||||
Reference in New Issue
Block a user