mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-23 05:20:15 -05:00
check server url
This commit is contained in:
@@ -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",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user