Issue #3227940: Ensure 8.x-2.x branch tests pass on Drupalci
Merged
requested to merge issue/automatic_updates-3227940:3227940-ensure-8.x-2.x-branch into 8.x-2.x
2 unresolved threads
Merge request reports
Activity
added 1 commit
- 95bbf062 - Remove dependency on stager because of order of require on drupalci
added 2 commits
added 1 commit
- 4f6e7411 - use writable stage directory for kernel test
11 11 "source": "http://cgit.drupalcode.org/automatic_updates" 12 12 }, 13 13 "require": { 14 "ext-json": "*", 15 "php-tuf/composer-stager": "0.1.1" - drupalci.yml 0 → 100644
1 build: 2 assessment: 3 validate_codebase: 4 phplint: 5 container_composer: 6 csslint: 7 eslint: 8 phpcs: 9 testing: 10 container_command: 11 # Currently composer-stager is not on packagist so can't do this in composer.json. 12 # @todo Remove this add dependency directly to composer.json 13 commands: "cd ${SOURCE_DIR} && sudo -u www-data /usr/local/bin/composer config repositories.composer-stager vcs git@github.com:php-tuf/composer-stager.git && /usr/local/bin/composer require php-tuf/composer-stager:0.1.1"
Please register or sign in to reply