reformat woodpecker.star
Signed-off-by: Christian Richter <c.richter@opencloud.eu>
This commit is contained in:
committed by
Christian Richter
parent
a76846f375
commit
24803cadf6
+5
-5
@@ -1838,7 +1838,7 @@ def checkVersionPlaceholder():
|
||||
"when": [
|
||||
event["pull_request"],
|
||||
],
|
||||
},{
|
||||
}, {
|
||||
"name": "check-version-placeholder-next-production-release",
|
||||
"steps": [
|
||||
{
|
||||
@@ -1850,14 +1850,14 @@ def checkVersionPlaceholder():
|
||||
dirs["base"],
|
||||
),
|
||||
'if [ -s next_production_version.txt ]; then echo "replace version placeholders"; cat next_production_version.txt; exit 1; fi',
|
||||
],
|
||||
],
|
||||
},
|
||||
],
|
||||
"when": [
|
||||
{
|
||||
"event": "pull_request",
|
||||
"evaluate": 'CI_COMMIT_PULL_REQUEST_LABELS contains "production_release"',
|
||||
}
|
||||
"event": "pull_request",
|
||||
"evaluate": 'CI_COMMIT_PULL_REQUEST_LABELS contains "production_release"',
|
||||
},
|
||||
],
|
||||
}]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user