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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3e5ff8e  trying again..
3e5ff8e is described below

commit 3e5ff8eb0a55791b40decc93e6d605d44c867380
Author: Adrian Cole <[email protected]>
AuthorDate: Thu Jun 6 16:49:17 2019 +0800

    trying again..
---
 Jenkinsfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 5e56c00..aea2003 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -100,14 +100,13 @@ pipeline {
 
                                git fetch origin asf-site:asf-site
                                git reset --hard
-                               rm ./zipkin-api/*.yaml
                                git checkout asf-site
                                git log -3
                                git submodule update --init --recursive
                                git status
                                cp ./zipkin-api-source/*.yaml ./zipkin-api/
                                git add ./zipkin-api/*.yaml
-                               git commit -am "Zipkin OpenApi definitions"
+                               git commit -am "Zipkin OpenApi definitions" || 
true
 
                                rsync -avrh --delete --exclude=".git" 
--exclude=".gitmodules" --exclude="zipkin-api-source" 
--exclude='zipkin-api/*.yaml' "${builddir}/_site/" ./
                                git status

Reply via email to