djencks commented on a change in pull request #741: URL: https://github.com/apache/camel-website/pull/741#discussion_r799719201
########## File path: Jenkinsfile ########## @@ -94,7 +94,7 @@ pipeline { steps { dir('deploy/live') { deleteDir() - sh 'git clone -b asf-site https://gitbox.apache.org/repos/asf/camel-website.git .' + sh 'git clone -b asf-site https://gitbox.apache.org/repos/asf/camel-website-pub.git .' sh "git -c core.editor='sed -i 2,/\$(git log --skip=9 -1 --pretty=format:%h)/s/^pick/squash/' rebase -q --interactive $STOP_SQUASH_AT" // squash all but initial and last 9 commits Review comment: I don't think we can do that until the asf-site branch is moved to the new repo and we determine if the OID is the same.... I think it should be, but I'm not sure. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org