Skip to content

Commit

Permalink
.murdock: clarify is_merge_queue_build() help text
Browse files Browse the repository at this point in the history
(cherry picked from commit 282c77c)
  • Loading branch information
kaspar030 authored and MrKevinWeiss committed Nov 13, 2023
1 parent db28eca commit 5bde3d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .murdock
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}
Expand Down

0 comments on commit 5bde3d2

Please sign in to comment.