summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index dd06fff..ae28d29 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
OpenPOWER on IntegriCloud