Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit d0515099 authored by Jason Kridner's avatar Jason Kridner
Browse files

use right rsync args

parent b9e0da3d
Branches
Tags
No related merge requests found
Pipeline #14936 failed with stages
in 27 seconds
......@@ -80,7 +80,7 @@ HERE
eval "$(ssh-agnet -s)"
echo "${PRIVATE_KEY}" | base64 -d | ssh-add -
if [ "$VER_DIR" = "latest" ]; then
rsync -v -a --delete public/index.html docs@beagleboard.org:/var/www/docs/
rsync -v public/index.html docs@beagleboard.org:/var/www/docs/
fi
rsync -v -a --delete public/$VER_DIR/. docs@beagleboard.org:/var/www/docs/$VER_DIR
fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment