less jobs

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-01-15 19:30:54 -08:00
parent 894589b169
commit aed3198892
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -4,7 +4,7 @@ set -o pipefail
SCRIPT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/$(basename "${BASH_SOURCE[0]}")"
REPO_URL="${REPO_URL:-r.j3ss.co}"
JOBS=${JOBS:-4}
JOBS=${JOBS:-2}
ERRORS="$(pwd)/errors"