diff options
author | Andrei Pavel <andrei@isc.org> | 2024-06-25 23:38:26 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2024-07-09 12:49:31 +0200 |
commit | 5b4ccf3eee0e9f04d46ee4d61f93e54512830bd4 (patch) | |
tree | e0038a0960b74568bd6c93f6836fb3063162adf9 /.gitlab-ci.yml | |
parent | [#1723] fix a problem with bandit searching .git (diff) | |
download | kea-5b4ccf3eee0e9f04d46ee4d61f93e54512830bd4.tar.xz kea-5b4ccf3eee0e9f04d46ee4d61f93e54512830bd4.zip |
[#1723] tools/check-messages.py
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e2d292c9c..af49a62e43 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,7 +49,7 @@ uninstalled-headers: messages: stage: test script: - - ./tools/check-messages.sh + - ./tools/check-messages.py missing-api-commands: stage: test |