We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec88854 commit 3dc1f2fCopy full SHA for 3dc1f2f
.drone.yml
@@ -89,7 +89,7 @@ steps:
89
- |
90
if [ "$JTYPE" = "cms" ]; then
91
export MINORVERSION=${JVERSION%.*}
92
- export MAJORVERSION=${MINORVERSION%.*}
+ export MAJORVERSION=${JVERSION:0:1}
93
phpdoc -d "./repos/joomla-cms/libraries/src" -t "./build/cms-$MAJORVERSION/" --cache-folder "/tmp/phpdocumentor-cache" --template "./" --title "Joomla! CMS $MINORVERSION.x API" --defaultpackagename "Joomla CMS" --setting=graphs.enabled=false --setting=guides.enabled=true
94
fi
95
@@ -132,6 +132,6 @@ trigger:
132
133
---
134
kind: signature
135
-hmac: a858431e521b9714df1a8a2ae81762abe078d671ada7df2c5859ed3d85c69017
+hmac: 26273869977772c2008f38b43860f3c5fa5a0a9705e23c9d24fc799d400c4697
136
137
...
0 commit comments