mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Auto merge of #150759 - Kobzol:auto-branch, r=marcoieni
Make verify-channel.sh script compatible with new bors It only dealt with the `auto` branch before.
This commit is contained in:
@@ -8,7 +8,8 @@ IFS=$'\n\t'
|
||||
|
||||
source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
|
||||
|
||||
if isCiBranch auto || isCiBranch try || isCiBranch try-perf || isCiBranch automation/bors/try; then
|
||||
if isCiBranch auto || isCiBranch try || isCiBranch try-perf || \
|
||||
isCiBranch automation/bors/try || isCiBranch automation/bors/auto; then
|
||||
echo "channel verification is only executed on PR builds"
|
||||
exit
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user