mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
CI: no quickbuild on "bors try"
This commit is contained in:
parent
b71df25282
commit
a747fb3c4c
4
.murdock
4
.murdock
@ -184,8 +184,8 @@ fi
|
||||
# configurations.
|
||||
if [ -z "${QUICK_BUILD}" ]; then
|
||||
export QUICK_BUILD=0
|
||||
if [ "${CI_BUILD_BRANCH}" = "staging" ]; then
|
||||
# always do full build for bors' integration branch
|
||||
if [ "${CI_BUILD_BRANCH}" = "staging" ] || [ "${CI_BUILD_BRANCH}" = "trying" ]; then
|
||||
# always do full build for bors' branches
|
||||
true
|
||||
elif [ ${FULL_BUILD} -eq 1 ]; then
|
||||
# full build if building nightly or full build requested by label
|
||||
|
Loading…
Reference in New Issue
Block a user