1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-13 08:40:26 +01:00

.murdock: clarify is_merge_queue_build() help text

This commit is contained in:
Kaspar Schleiser 2023-11-09 13:29:52 +01:00
parent a6c2bb8ecf
commit 282c77c84c

View File

@ -186,8 +186,7 @@ startswith() {
esac
}
# this function returns 0 when this is build is building one of the two merge
# queue branches ("staging" or "trying", 1 otherwise.
# this function returns 0 when this build is building a merge queue branch.
is_merge_queue_build() {
startswith "gh-readonly-queue/" "${CI_BUILD_BRANCH}"
}