Skip to content
Snippets Groups Projects

Issue #3227940: Ensure 8.x-2.x branch tests pass on Drupalci

2 unresolved threads

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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"
  • Author Maintainer

    Removing this for now because we are not able to add the custom Composer repo until after this is installed. There is a @todo in drupalci.yml now to add this back after composer_stager is on packagist

  • Please register or sign in to reply
  • Ted Bowman
    Ted Bowman @tedbow started a thread on the diff
  • 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"
  • Ted Bowman added 1 commit

    added 1 commit

    Compare with previous version

  • Ted Bowman added 1 commit

    added 1 commit

    Compare with previous version

  • Ted Bowman added 1 commit

    added 1 commit

    Compare with previous version

  • Ted Bowman added 1 commit

    added 1 commit

    Compare with previous version

  • Ted Bowman added 1 commit

    added 1 commit

    • 39cfb3df - remove UpdaterTest for follow up

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading