Merge pull request #120 from kinvolk/sayan/specify-num-jobs

image_to_vm.sh: Explicity mention the jobs param in image_to_vm step
This commit is contained in:
Sayan Chowdhury 2021-02-17 13:05:38 +05:30 committed by GitHub
commit fcb58c6474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,8 @@ DEFINE_boolean getbinpkg "${FLAGS_FALSE}" \
"Download binary packages from remote repository."
DEFINE_string getbinpkgver "" \
"Use binary packages from a specific version."
DEFINE_integer jobs "${NUM_JOBS}" \
"How many packages to build in parallel at maximum."
# include upload options
. "${BUILD_LIBRARY_DIR}/release_util.sh" || exit 1