Pipelines are failing with this:
ERROR: Job failed: prepare environment: waiting for pod running: pulling image "git.dropfort.com:4567/dropfort/dropfort_ci_runner:php81" for container build: image pull failed: failed to pull and unpack image "git.dropfort.com:4567/dropfort/dropfort_ci_runner:php81": failed to resolve reference "git.dropfort.com:4567/dropfort/dropfort_ci_runner:php81": failed to authorize: failed to fetch anonymous token: unexpected status from GET request to https://git.dropfort.com/jwt/auth?scope=repository%3Adropfort%2Fdropfort... 403 Forbidden. Check https://docs.gitlab.com/runner/shells/#shell-profile-loading for more information
So it looks like there's some Coldfront-specific stuff we need to take out.
I'm thinking:
- Use drupal.org's GitLab CI template, and then
- re-add some of the useful tests from Coldfront.
Issue fork sshkey-3577824
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 #2
colanComment #4
colanFor the second part, I created a follow-up: #3577829: Add tests
Comment #7
colan