Skip to content
Snippets Groups Projects
Commit 95ef7abd authored by Moul's avatar Moul
Browse files

Fix gitlab-ci-lint: specify --project opt (duniterpy#205)

Necessary since GitLab v16 API change

`GITLAB_PRIVATE_TOKEN` now has to be defined per-project
parent bc3df828
No related branches found
No related tags found
1 merge request!255Support Python v3.12 on v0.11 release, release v0.11.2 (#484)
...@@ -39,6 +39,8 @@ repos: ...@@ -39,6 +39,8 @@ repos:
args: args:
- "--server" - "--server"
- "https://git.duniter.org" - "https://git.duniter.org"
- "--project"
- "clients/python/silkaj"
- repo: https://github.com/Lucas-C/pre-commit-hooks - repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.3.1 rev: v1.3.1
hooks: hooks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment