User tests: Successful: Unsuccessful:
Pull Request resolves # .
This is just another attempt to fix the Joomla major.minor version not being reported in the nightly build notification after PR #47274 and the later commit 0630041 .
Drone seems to be tricky regarding expansion of environment variables, so this PR here replaces the "MINORVERSION" environment variable by directly using the "DRONE_BRANCH" variable with string operations described here: https://0-8-0.docs.drone.io/substitution/
Can not be easily tested without merging into 5.4-dev.
The Joomla major.minor version is not reported in the nightly build notifications, and the logs of the nightly_build steps in Drone don't show the value of the "MINORVERSION" environment variable.
Hopefully it works now.
Please select:
Documentation link for guide.joomla.org:
No documentation changes for guide.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
| Status | New | ⇒ | Pending |
| Category | ⇒ | Unit Tests |
| Labels |
Added:
Unit/System Tests
PR-5.4-dev
|
||
| Status | Pending | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2026-03-14 13:14:10 |
| Closed_By | ⇒ | richard67 |
It seems to work, the logs now show "5.4" wherever "$MINORVERSION" was shown before.
Wait, I have to sign the .drone.yml.Done.