mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-18 00:41:22 -04:00
chore: add check-env-var-annotations to drone CI
This commit is contained in:
1 parent
44e1d0ab71
commit
2d06eefeb0
1 file changed
+7
@@ -753,6 +753,13 @@ def codestyle(ctx):
|
||||
"make test-php-style",
|
||||
],
|
||||
},
|
||||
{
|
||||
"name": "check-env-var-annotations",
|
||||
"image": OC_CI_PHP % phpVersion,
|
||||
"commands": [
|
||||
"make check-env-var-annotations",
|
||||
],
|
||||
},
|
||||
],
|
||||
"depends_on": [],
|
||||
"trigger": {
|
||||
|
||||
Reference in new issue
Block a user