We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84fc1f4 commit 494d703Copy full SHA for 494d703
.woodpecker.star
@@ -235,6 +235,7 @@ event = {
235
}
236
237
def main(ctx):
238
+ return unitTests(ctx)
239
if ctx.build.event == "cron" and ctx.build.sender == "translation-sync":
240
return translation_sync(ctx)
241
is_release_pr = (ctx.build.event == "pull_request" and ctx.build.sender == "openclouders" and "🎉 release" in ctx.build.title.lower())
@@ -482,9 +483,9 @@ def buildCacheWeb(ctx):
482
483
484
def unitTests(ctx):
485
sonar_env = {
- "SONAR_TOKEN": {
486
- "from_secret": "sonar_token",
487
- },
+ # "SONAR_TOKEN": {
+ # "from_secret": "sonar_token",
488
+ # },
489
490
if ctx.build.event == "pull_request":
491
sonar_env.update({
0 commit comments