You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2023/04/26 16:40:44 UTC

[comdev-site] branch preview/test3 updated: Oops

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch preview/test3
in repository https://gitbox.apache.org/repos/asf/comdev-site.git


The following commit(s) were added to refs/heads/preview/test3 by this push:
     new 3e4e7d8  Oops
3e4e7d8 is described below

commit 3e4e7d810f5a81529e132fb53184f643919fb122
Author: Sebb <se...@apache.org>
AuthorDate: Wed Apr 26 17:40:35 2023 +0100

    Oops
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index abc3f78..ddf037b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -93,7 +93,7 @@ pipeline {
                         else
                           echo "branch ${DEPLOY_BRANCH} is new; create basic site"
                           git checkout --orphan ${DEPLOY_BRANCH} -f
-                          rm -rf .
+                          git rm -rf .
                           # assume we have an asf.yaml file
                           git checkout ${BRANCH_NAME} -- .asf.yaml -f
                           git add .asf.yaml -f