emmeowzing / gitlabci-lint-pre-commit-hook

A pre-commit hook that lints Gitlab CI configurations
https://pypi.org/project/pre-commit-gitlabci-lint/
MIT License
16 stars 3 forks source link

Error connecting to Gitlab: HTTP Error 404: Not Found #60

Open kimllee opened 9 months ago

kimllee commented 9 months ago

Hello,

I Thank you for your work :) I still get the following error using the version 1.4.0 The .gitlabci-lint.toml is correct following your documentation. the echo $GITLAB_TOKEN is okay.

gitlabci-lint -b https://gitlab.com/XXXXX/XXXX/ 
Error connecting to Gitlab: HTTP Error 404: Not Found
Failed with reason 'Not Found'

Thank you.