Problem/Motivation
GitlabCi has been released to all projects and will eventually replace DrupalCi.
GitlabCi offers more advanced features including code coverage reporting which can help improve releases going forward.
Steps to reproduce
N/A
Proposed resolution
Create a GitlabCi file and make integration.
Remaining tasks
Create and test a .gitlab-ci.yml file for the project.
User interface changes
None
API changes
None
Data model changes
None
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | gitlabci.png | 38.71 KB | ankondrat4 |
Issue fork redirect-3413875
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
nikolay shapovalov commentedTests failed, because cancel link leads to wrong location.
Cancel link url: /web/web/admin/config/search/redirect
Correct link url: /web/admin/config/search/redirect
I find issue related to it #2582295: Confirmation cancel links are incorrect if installed in a subdirectory.
I was not able to replicate this on localhost, because I am not using prefix.
I suggest to remove clicking cancel link, and use drupalGet to get back on the page.
Another option is implementing workaround #2899166: WORKAROUND: Issue #2582295: Confirmation cancel links are incorrect if installed in a subdirectory.
Comment #4
nikolay shapovalov commentedComment #5
ankondrat4 commentedHello.
+1 RTBC
https://git.drupalcode.org/issue/redirect-3413875/-/pipelines/75272
Comment #9
berdirMerged.