Issue #3497746: Tugboat config: fix path to composer.json and use jq instead of sed
2 unresolved threads
Closes #3497746
Merge request reports
Activity
added 1 commit
13 13 # TODO: remove this line when the upstream Composer issue is resolved. 14 14 - composer self-update 2.8.0 15 15 # Add the components as globally available path repositories, simulating Packagist. 16 - 'sed "s|\"url\": \"|\"url\": \"$TUGBOAT_ROOT/|g" components.composer.json > $(composer config --global home)/config.json' 16 - jq 17 --arg tugboat_root "$TUGBOAT_ROOT" 18 '.repositories |= with_entries(.value.url |= "\($tugboat_root)/" + .)' 19 dev.composer.json 20 > $(composer config --global home)/config.json changed this line in version 3 of the diff
13 13 # TODO: remove this line when the upstream Composer issue is resolved. 14 14 - composer self-update 2.8.0 - Edited by Adam G-H
changed this line in version 3 of the diff
added 1 commit
added 1 commit
added 1 commit
added 1 commit
added 16 commits
-
ce5addcd...243b5c94 - 15 commits from branch
project:1.x
- 2d6db45a - Issue #3497746: Tugboat config: use ddev script for composer install steps
-
ce5addcd...243b5c94 - 15 commits from branch
Please register or sign in to reply