host configuration set with ->set() not defined in task()->local() #2229
Replies: 5 comments 1 reply
-
No stage on local() tasks as stage config defined on other host. |
Beta Was this translation helpful? Give feedback.
-
I think what you're saying is that running a local task ignores host passed as a parameter in the |
Beta Was this translation helpful? Give feedback.
-
host('localhost1');
host('localhost2');
task('setup', function () {
// What host?
})->local(); I'm saying what there is no host selected at this task as it runs on local. And stage config is related to a host ¯_(ツ)_/¯ |
Beta Was this translation helpful? Give feedback.
-
To further confirm…
|
Beta Was this translation helpful? Give feedback.
-
I was expecting that even tho the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Given the following host / task:
When I run
vendor/bin/dep setup dev
the output is:I expected that any configuration value set on the host will be available.
I think this may be similar to #2133
Environment
Beta Was this translation helpful? Give feedback.
All reactions