summaryrefslogtreecommitdiff
path: root/.gitlab-ci/run-check-todos.sh
blob: e2df10ef5a4c67d19012a48b9353c5a01c4394da (plain)
1
2
3
4
5
6
7
#!/bin/bash

set -e

source .gitlab-ci/search-common-ancestor.sh

./.gitlab-ci/check-todos.py "${newest_common_ancestor_sha}"