From b6cbf055eaba874edfd32b504eda0ab2fa0bae43 Mon Sep 17 00:00:00 2001 From: Jason Kridner <jkridner@beagleboard.org> Date: Mon, 26 Sep 2022 21:23:34 -0400 Subject: [PATCH] CI: remove overwrite of docs.beagleboard.org without tag --- gitlab-build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/gitlab-build.sh b/gitlab-build.sh index 947d07f5..6f86c0c4 100755 --- a/gitlab-build.sh +++ b/gitlab-build.sh @@ -29,9 +29,6 @@ cat <<HERE > public/index.html </body> </html> HERE -# This is just a temporary to test -rsync -a --delete public/latest/. /var/www/docs/latest -cp public/index.html /var/www/docs elif [ "$CI_COMMIT_BRANCH" != "" ]; then -- GitLab