We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c2e39 commit 8d74798Copy full SHA for 8d74798
zorg/buildbot/builders/sanitizers/buildbot_functions.sh
@@ -145,7 +145,7 @@ function buildbot_update {
145
git status
146
git rev-list --pretty --max-count=1 HEAD
147
# FIXME: Workaround for https://github.com/llvm/llvm-zorg/issues/250
148
- [[ "${SKIP_OLD:-1}" == "0" ]] || [[ "${BUILDBOT_SCHEDULER}" == "force-build-scheduler" ]] || (git log -1 --after='3 hours ago' | grep .) || {
+ [[ "${SKIP_OLD:-1}" == "0" ]] || [[ ! -v BUILDBOT_SCHEDULER ]] || [[ "${BUILDBOT_SCHEDULER}" == "force-build-scheduler" ]] || (git log -1 --after='3 hours ago' | grep .) || {
149
echo Revision is not recent enough
150
exit 1
151
}
0 commit comments