fix: remove release config after execution
This commit is contained in:
parent
a5f80023c2
commit
56c4bae4d1
@ -52,6 +52,7 @@ def semantic(
|
|||||||
string(credentialsId: giteaTokenCredId, variable: "GITEA_TOKEN"),
|
string(credentialsId: giteaTokenCredId, variable: "GITEA_TOKEN"),
|
||||||
]) {
|
]) {
|
||||||
semanticExec(giteaUrl)
|
semanticExec(giteaUrl)
|
||||||
|
sh "rm release.config.cjs"
|
||||||
semanticSyncDev(currentBranch, devBranch)
|
semanticSyncDev(currentBranch, devBranch)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user