Skip to content

Commit

Permalink
tune rsync; for #352
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Apr 5, 2024
1 parent c7025cd commit a798b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ pipeline {
}

// Copy snapshot work over to release.
sh 'rsync -vhac --exclude "index.html" $WORKSPACE/mnt/snapshot $WORKSPACE/mnt/release'
sh 'rsync -vhac --progress --exclude "index.html" $WORKSPACE/mnt/snapshot/ $WORKSPACE/mnt/release'
}

// WARNING: Extra safety as I expect this to sometimes fail.
Expand Down

0 comments on commit a798b46

Please sign in to comment.