-
|
Running the following command raises an error which is unclear. The intention is to lint the local gitlab ci file. |
Beta Was this translation helpful? Give feedback.
Answered by
nejch
May 18, 2023
Replies: 1 comment 1 reply
-
|
It seems like this was removed in GitLab itself, hence the For now we should probably switch to the And then also remove the endpoint entirely in the code for GitLab 16.0+. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lmilbaum
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems like this was removed in GitLab itself, hence the
410 Gone:https://docs.gitlab.com/ee/api/lint.html#validate-the-ci-yaml-configuration-deprecated
For now we should probably switch to the
project-ci-lint createcommand and stop documenting the old one:https://python-gitlab.readthedocs.io/en/stable/cli-examples.html
And then also remove the endpoint entirely in the code for GitLab 16.0+.