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 271d714 fix: typo 271d714 is described below commit 271d71450c5345566b6a5d7681e5ec6b88621972 Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Mon Nov 2 14:43:49 2020 +0100 fix: typo --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 929cab2..26b39fe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -87,7 +87,7 @@ pipeline { dir('deploy/staging') { deleteDir() sh 'git clone -b asf-site https://gitbox.apache.org/repos/asf/camel-website.git .' - sh 'git -c core.editor="sed -i 2,/$(git log --skip=9 -1 --pretty=format:%h)/s/^pick/squash/" rebase --interactive 1586f65bf7f24784dc99e22aff08e44c7dbb1920' # squash all but initial and last 9 commits + sh 'git -c core.editor="sed -i 2,/$(git log --skip=9 -1 --pretty=format:%h)/s/^pick/squash/" rebase --interactive 1586f65bf7f24784dc99e22aff08e44c7dbb1920' // squash all but initial and last 9 commits sh 'git rm -r *' sh "cp -R $WORKSPACE/camel-website/public/. ." sh 'git add .'