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 17:58:31 UTC

[comdev-site] 01/02: Debug

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

commit d7cb445853fe39607e5896ce02b981a8953d0724
Author: Sebb <se...@apache.org>
AuthorDate: Wed Apr 26 18:57:07 2023 +0100

    Debug
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 879f951..0b9af4e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -92,6 +92,7 @@ pipeline {
                           git pull origin ${DEPLOY_BRANCH}
                         else
                           echo "branch ${DEPLOY_BRANCH} is new; create basic site"
+                          git branch
                           git checkout --orphan ${DEPLOY_BRANCH} -f
                           git rm -rf .
                           git branch