Skip to content

Commit

Permalink
Enable upload mode when rsync'ing snaps or packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgarga committed Aug 31, 2017
1 parent 52e5efc commit dee2ecb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Expand Up @@ -298,10 +298,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)
Expand Down

0 comments on commit dee2ecb

Please sign in to comment.