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

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b48800  chore: copy over .htaccess file
9b48800 is described below

commit 9b48800c18e83a77c1ab5c5b07d4a7e2ebf8c9ba
Author: Zoran Regvart <zregv...@apache.org>
AuthorDate: Thu Jul 11 20:19:51 2019 +0200

    chore: copy over .htaccess file
    
    This makes sure that the `.htaccess` file from `public/` is copied over
    into the `asf-git` branch.
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 701f4fe..c990ef6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -102,7 +102,7 @@ pipeline {
                     deleteDir()
                     sh 'git clone -b asf-site 
https://gitbox.apache.org/repos/asf/camel-website.git .'
                     sh 'git rm -r *'
-                    sh "cp -R $WORKSPACE/camel-website/public/* ."
+                    sh "cp -R $WORKSPACE/camel-website/public/. ."
                     sh 'git add .'
                     sh 'git commit -m "Website updated to $(git rev-parse 
--short HEAD)"'
                     sh 'git push origin asf-site'

Reply via email to