check server url

This commit is contained in:
Sawjan Gurung
2026-01-23 09:45:54 +05:45
committed by GitHub
parent a248ace6d4
commit 38bfe7ed3e

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",
],