Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
phpunit
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2023 at 07:17 UTC
Updated:
10 Nov 2023 at 08:49 UTC
Jump to comment: Most recent
There is an error while fetching changes from git for test-only patches testing in the D7 GitlabCI:
fatal: ambiguous argument 'origin/7.x': unknown revision or path not in the working tree.
See: https://git.drupalcode.org/project/drupal/-/jobs/218886
Fix the problem (probably compare with commands used in D10).
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
poker10 commentedComment #5
fjgarlin commentedI updated the "git diff" commands to match those of D10 (there were some last-minute commits).
The MR is ready to review and we can see the job running for this MR here: https://git.drupalcode.org/issue/drupal-3396515/-/jobs/221397
MR to review: https://git.drupalcode.org/project/drupal/-/merge_requests/5118
Comment #7
poker10 commentedThanks! This now looks in parity with D10 code and as per https://git.drupalcode.org/issue/drupal-3396515/-/jobs/221397 it seem to work. Committed this.