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 1c11bf8 commit 8b16b97Copy full SHA for 8b16b97
docs/UPGRADE.md
@@ -80,7 +80,7 @@
80
9. Verbosity functions (`isDebug()`, etc) got deleted. Use `output()->isDebug()` instead.
81
10. `runLocally()` commands are executed relative to the recipe file directory. This behaviour can be overridden via an environment variable:
82
```
83
- DEPLOYER_ROOT=. vendor/bin/dep taskname`
+ DEPLOYER_ROOT=. vendor/bin/dep taskname
84
85
11. Replace `local()` tasks with combination of `once()` and `runLocally()` func.
86
12. Replace `locateBinaryPath()` with `which()` func.
0 commit comments