From d0515099f100cd61dd4fec17acf9f7f9f488b0f0 Mon Sep 17 00:00:00 2001 From: Jason Kridner <jkridner@beagleboard.org> Date: Tue, 4 Jun 2024 11:45:02 -0400 Subject: [PATCH] use right rsync args --- gitlab-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab-build.sh b/gitlab-build.sh index 9c5f3ddd..dd47c579 100755 --- a/gitlab-build.sh +++ b/gitlab-build.sh @@ -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 -- GitLab