Skip to content

Commit 494d703

Browse files
committed
check
Signed-off-by: Saw-jan <[email protected]>
1 parent 84fc1f4 commit 494d703

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.woodpecker.star

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ event = {
235235
}
236236

237237
def main(ctx):
238+
return unitTests(ctx)
238239
if ctx.build.event == "cron" and ctx.build.sender == "translation-sync":
239240
return translation_sync(ctx)
240241
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):
482483

483484
def unitTests(ctx):
484485
sonar_env = {
485-
"SONAR_TOKEN": {
486-
"from_secret": "sonar_token",
487-
},
486+
# "SONAR_TOKEN": {
487+
# "from_secret": "sonar_token",
488+
# },
488489
}
489490
if ctx.build.event == "pull_request":
490491
sonar_env.update({

0 commit comments

Comments
 (0)