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 18:19:01 UTC

[comdev-site] branch preview/test3 updated: Nearly there?

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 c19c060  Nearly there?
c19c060 is described below

commit c19c06004f04f04970db7a81486d60392e659ff5
Author: Sebb <se...@apache.org>
AuthorDate: Wed Apr 26 19:18:54 2023 +0100

    Nearly there?
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 38b6ed1..9972221 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -96,7 +96,7 @@ pipeline {
                           git checkout --orphan ${DEPLOY_BRANCH} -f
                           git rm -rf .
                           # assume we have an asf.yaml file
-                          git checkout origin/${BRANCH_NAME} -- .asf.yaml -f
+                          git checkout origin/${BRANCH_NAME} -- .asf.yaml
                           git add .asf.yaml -f
                         fi
                     """