mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
.murdock: clarify is_merge_queue_build()
help text
This commit is contained in:
parent
a6c2bb8ecf
commit
282c77c84c
3
.murdock
3
.murdock
@ -186,8 +186,7 @@ startswith() {
|
|||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
# this function returns 0 when this is build is building one of the two merge
|
# this function returns 0 when this build is building a merge queue branch.
|
||||||
# queue branches ("staging" or "trying", 1 otherwise.
|
|
||||||
is_merge_queue_build() {
|
is_merge_queue_build() {
|
||||||
startswith "gh-readonly-queue/" "${CI_BUILD_BRANCH}"
|
startswith "gh-readonly-queue/" "${CI_BUILD_BRANCH}"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user