You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2022/10/21 13:57:57 UTC

[turbine-build] branch master updated: use update fit command in deploy stage

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

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-build.git


The following commit(s) were added to refs/heads/master by this push:
     new ee94d7b  use update fit command in deploy stage
ee94d7b is described below

commit ee94d7b8ccd8e8167a53977bc7e0b3fbe69b8513
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Fri Oct 21 15:56:54 2022 +0200

    use update fit command in deploy stage
---
 Jenkinsfile | 5 +++--
 core        | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 4bbeea2..92e3442 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -159,8 +159,9 @@ pipeline
                 echo "Deploying ${params.TURBINE_COMPONENT} Site"
                 dir("${params.TURBINE_COMPONENT}")
                 {
-                    //sh "git submodule update --init ${params.TURBINE_COMPONENT}"                           
-                    git "https://gitbox.apache.org/repos/asf/turbine-${params.TURBINE_COMPONENT}.git"
+                    // sh "git submodule update --init ${params.TURBINE_COMPONENT}"                           
+                    // git "https://gitbox.apache.org/repos/asf/turbine-${params.TURBINE_COMPONENT}.git"
+                    git branch: "${params.SUB_MODULE_HEAD}", url: "https://gitbox.apache.org/repos/asf/turbine-${params.TURBINE_COMPONENT}.git"
                     dir("${STAGING_DIR}") {
                         deleteDir()
                     }
diff --git a/core b/core
index 0a32a78..cb830d6 160000
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit 0a32a78bdde905307459d78fa3cc253cff02652a
+Subproject commit cb830d642e82681e0b808cd306d25ef00ad41f6c