This is an automated email from the ASF dual-hosted git repository. mcasters pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-hop-docs.git
commit f137515ed479100484a653c3260ec1d48d56c6bf Author: Hans Van Akelyen <[email protected]> AuthorDate: Sun Nov 8 16:44:41 2020 +0100 force push to HEAD --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 01c84ab..d280a94 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -87,7 +87,7 @@ pipeline { sh './generate_navigation.sh' sh 'git add .' sh 'git commit -m "Documentation updated to $GIT_COMMIT"' - sh 'git push --force origin asf-site' + sh 'git push --force origin HEAD:asf-site' } } stage('Website update') {
