mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-06 09:26:17 +01:00
c2e21a8164
Signed-off-by: Frederic Martinsons <frederic.martinsons@sigfox.com>
8 lines
126 B
Bash
Executable File
8 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
source .gitlab-ci/search-common-ancestor.sh
|
|
|
|
./.gitlab-ci/check-todos.py "${newest_common_ancestor_sha}"
|