Jean-Yves Gastaud
Jean-Yves Gastaud
@quantumsheep Thanks for your quick answer. You're right, it almost works. In fact, it was an include automatically added by platform.sh CLI that make the tool fails :/ That include...
Any update on that bug ? We have that issue and I make our CI failed / timeout. We have 2 different "flavors" of the bug: - Sometimes we have...
> It seems like you don't want to change the situation for clever deploy true About the possibilities, it's more the `2` that I expect. As a side note, `--force`...
ok, looks like my brain is a liar (and my CI to :smile: ) An other option to not change the behavior describe by @BlackYoup is to add a not...
Hi, We solved that issue some months ago following that process. - Our directory tree ``` . ├── docroot │ ├── // Drupal core files └── simplesamlphp └── www ```...
You're right, symlink is not needed with that configuration. It was a requierement of our hosting provider which not use nginx. I have edited the original answer.
@murdos @phodal I've submit the #55 PR which add support for asciidoc. Unless I've missed some tests, I think almost all current markdown supported functionalities should work with asciidoc. You...
Wow that was quick. Thanks @phodal for the new release
Small fix pushed in #56
Maybe a simpler idea to start could be to allow an creation/override from d2 command line ? Something like ` --extra-vars` parameter in Ansible CLI ( `--extra-vars "version=1.23.45 other_variable=foo`)