chore: add check-env-var-annotations to drone CI
This commit is contained in:
@@ -754,6 +754,13 @@ def codestyle(ctx):
|
|||||||
"make test-php-style",
|
"make test-php-style",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "check-env-var-annotations",
|
||||||
|
"image": OC_CI_PHP % phpVersion,
|
||||||
|
"commands": [
|
||||||
|
"make check-env-var-annotations",
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
"depends_on": [],
|
"depends_on": [],
|
||||||
"trigger": {
|
"trigger": {
|
||||||
|
|||||||
Reference in New Issue
Block a user