summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Pavel <andrei@isc.org>2024-06-25 23:38:26 +0200
committerAndrei Pavel <andrei@isc.org>2024-07-09 12:49:31 +0200
commit5b4ccf3eee0e9f04d46ee4d61f93e54512830bd4 (patch)
treee0038a0960b74568bd6c93f6836fb3063162adf9 /.gitlab-ci.yml
parent[#1723] fix a problem with bandit searching .git (diff)
downloadkea-5b4ccf3eee0e9f04d46ee4d61f93e54512830bd4.tar.xz
kea-5b4ccf3eee0e9f04d46ee4d61f93e54512830bd4.zip
[#1723] tools/check-messages.py
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
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