Problem/Motivation
Since 7th of June, 2023, Drupal.org enabled GitLab CI for testing purposes. GitLab CI is now preferred over DrupalCI for testing. We need to remove DrupalCI testing once you have GitLab CI set up.
This issue is to track progress towards getting a .gitlab-ci.yml file so that we can migrate away from the deprecated DrupalCI to GitLab CI.
Proposed resolution
Add default .gitlab-ci.yml
Issue fork anchor_link-3395805
Show commands
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 #3
abyss commentedAdded the default .gitlab-ci.yml.
If necessary, some tasks can be disabled.
For example, since the module does not have phpunit tests, we can disable the phpunit check.
Let me know if we need to make any additional adjustments.
Comment #5
rajab natshahComment #8
rajab natshahComment #9
rajab natshah✅ Released anchor_link-3.0.0
Comment #10
willtomlinson commentedThis broke for me until I patched to lowercase TRUE, FALSE and NULL.
https://git.drupalcode.org/project/anchor_link/-/merge_requests/7/diffs?...
Comment #11
rajab natshahIs that for CKEditor 4?
It should be fixed, you are right.
Please, file a new issue, and we will follow up with that for sure.
Comment #12
rajab natshahRe-opning the issue
Comment #14
rajab natshah✅ Released anchor_link 3.0.2
Comment #15
rajab natshahComment #16
rajab natshah