Skip to content
Snippets Groups Projects
Commit 046ba62f authored by Moul's avatar Moul
Browse files

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

Necessary since GitLab v16 API change

GITLAB_PRIVATE_TOKEN now has to be defined per-project
parent 5dbf13c6
No related branches found
No related tags found
1 merge request!195Fix gitlab-ci-lint: specify --project opt (#205)
Pipeline #34651 waiting for manual action
...@@ -50,6 +50,8 @@ repos: ...@@ -50,6 +50,8 @@ repos:
args: args:
- "--server" - "--server"
- "https://git.duniter.org" - "https://git.duniter.org"
- "--project"
- "clients/python/duniterpy"
- repo: https://github.com/executablebooks/mdformat - repo: https://github.com/executablebooks/mdformat
rev: 0.7.17 rev: 0.7.17
hooks: hooks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment