mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-09-16 13:50:17 +02:00
Add shorten version for env.variables in task config
This commit is contained in:
parent
d7db7cb66d
commit
acd1891c66
@ -322,7 +322,10 @@ abstract class AbstractTask
|
|||||||
$configVars = array_merge(
|
$configVars = array_merge(
|
||||||
$this->getConfig()->general('env', []),
|
$this->getConfig()->general('env', []),
|
||||||
$this->getConfig()->environmentConfig('env', []),
|
$this->getConfig()->environmentConfig('env', []),
|
||||||
$this->getConfig()->getParameter('env', [])
|
$this->getConfig()->getParameter('env', []),
|
||||||
|
[
|
||||||
|
'variables' => $this->getConfig()->getParameter('env.variables', [])
|
||||||
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
if (isset($configVars['variables'])) {
|
if (isset($configVars['variables'])) {
|
||||||
|
Loading…
Reference in New Issue
Block a user