summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index ba47636..8a37ace 100755
--- a/build.sh
+++ b/build.sh
@@ -236,10 +236,12 @@ case $BUILDACTION in
;;
rsync_repos)
unset SKIP_FINAL_RSYNC
+ export UPLOAD=1
pkg_repo_rsync "${CORE_PKG_PATH}"
;;
rsync_snapshots)
unset SKIP_FINAL_RSYNC
+ export UPLOAD=1
snapshots_scp_files
;;
update_pkg_repo)
OpenPOWER on IntegriCloud