diff --git a/build.sh b/build.sh index dd06fffca9..ae28d29608 100755 --- a/build.sh +++ b/build.sh @@ -413,7 +413,11 @@ done core_pkg_create_repo -echo ">>> NOTE: waiting for jobs: `jobs -l` to finish..." +if [ -n "${SNAPSHOTS}" ]; then + snapshots_update_status ">>> NOTE: waiting for jobs: $(jobs -l) to finish..." +else + echo ">>> NOTE: waiting for jobs: $(jobs -l) to finish..." +fi wait if [ -n "${SNAPSHOTS}" ]; then