Skip to content

Commit

Permalink
Explicit rsync mode
Browse files Browse the repository at this point in the history
  • Loading branch information
patricoferris committed Apr 19, 2024
1 parent d87526d commit fc8c5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ case "$1" in
sudo mkdir /rsync
sudo chown "$(whoami)" /rsync

sudo "$GITHUB_WORKSPACE/_build/install/default/bin/shark" md specs/shark.md --store=rsync:/rsync --verbose
sudo "$GITHUB_WORKSPACE/_build/install/default/bin/shark" md specs/shark.md --store=rsync:/rsync --rsync-mode=hardlink --verbose

cat ./_shark/gdal.version

Expand Down

0 comments on commit fc8c5a1

Please sign in to comment.