check server url

This commit is contained in:
Sawjan Gurung authored and GitHub committed 2026-01-23 09:45:54 +05:45
1 parent a248ace6d4
commit 38bfe7ed3e
1 file changed
+4 -1
+4 -1
View File
@@ -2609,9 +2609,12 @@ def checkStarlark(ctx):
{
"name": "format-check-starlark",
"image": OC_CI_BAZEL_BUILDIFIER,
"environment": {
"MC_HOST": "https://s3.ci.opencloud.eu",
},
"commands": [
"echo $MC_HOST",
"echo $CACHE_S3_SERVER",
"echo %s" % CACHE_S3_SERVER,
"echo 'https://s3.ci.opencloud.eu'",
"buildifier --mode=check .woodpecker.star",
],