Preliminary checklist
Expected Behavior
Hiya Bob - sorry it took a few weeks for me to check this out, but better late than never!
Anyway, I was attempting to install this and received the following error:
==> Phase 3: JS toolchain dependencies
Preparing JS toolchain install.
WRITE: /Users/michael/sites/ddevdemo/package.json
Created package.json from Drupal core devDependencies; review and customize as needed.
👎 Install Drupal.org GitLab CI template configs and host shims (bash)
Could not process post-install action (0) ' Install Drupal.org GitLab CI template configs and host shims'.
For more detail, run `ddev add-on get UltraBob/ddev-drupal-code-quality --verbose`
A couple of additional notes for you:
- I'm using DDEV 1.24.10 (I lied to the checkbox in order to submit this issue.)
- The project that I tried this on does not gitignore dependencies (I know, right?)
- I'm using Drupal core 10.6.2
- I accepted the recommended settings when prompted.
Running the ddev add-on get command a second time with --verbose yielded a bit more information:
==> Phase 3: JS toolchain dependencies
Preparing JS toolchain install.
👎 Install Drupal.org GitLab CI template configs and host shims (bash)
+ set -eu -o pipefail
+ bash dcq-install.sh
Could not process post-install action (0) ' Install Drupal.org GitLab CI template configs and host shims': unable to run bash action set -x; set -eu -o pipefail
#ddev-description: Install Drupal.org GitLab CI template configs and host shims
bash dcq-install.sh
: exit status 1, output=+ set -eu -o pipefail
+ bash dcq-install.sh
-mike
Actual Behavior
See above.
Steps To Reproduce
No response
Anything else?
No response
Preliminary checklist
Expected Behavior
Hiya Bob - sorry it took a few weeks for me to check this out, but better late than never!
Anyway, I was attempting to install this and received the following error:
A couple of additional notes for you:
Running the
ddev add-on getcommand a second time with--verboseyielded a bit more information:-mike
Actual Behavior
See above.
Steps To Reproduce
No response
Anything else?
No response