%buildpath% should be in lowercase because str_replace is used in the plugin code not str_ireplace
parent
3ca468943e
commit
db67cbb9bb
1 changed files with 1 additions and 1 deletions
|
|
@ -18,6 +18,6 @@ shell:
|
|||
shell:
|
||||
- "cd /www"
|
||||
- "chmod u+x %buildpath%/bin/console"
|
||||
- "%BUILD_PATH%/bin/console build"
|
||||
- "%buildpath%/bin/console build"
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue