You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ab...@apache.org on 2019/05/03 00:58:37 UTC

[incubator-zipkin-website] branch asf-site updated: Automatic site generation from db47643

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new a5a9957  Automatic site generation from db47643
a5a9957 is described below

commit a5a99570443a3fd81d5304331d90c40cd782ed3d
Author: jenkins <bu...@apache.org>
AuthorDate: Fri May 3 00:58:31 2019 +0000

    Automatic site generation from db47643
---
 Gemfile.lock | 8 ++++----
 Jenkinsfile  | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Gemfile.lock b/Gemfile.lock
index 0beab4a..1095274 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -6,7 +6,7 @@ GEM
       minitest (~> 5.1)
       thread_safe (~> 0.3, >= 0.3.4)
       tzinfo (~> 1.1)
-    addressable (2.5.2)
+    addressable (2.6.0)
       public_suffix (>= 2.0.2, < 4.0)
     coffee-script (2.4.1)
       coffee-script-source
@@ -227,9 +227,9 @@ GEM
     sass-listen (4.0.0)
       rb-fsevent (~> 0.9, >= 0.9.4)
       rb-inotify (~> 0.9, >= 0.9.7)
-    sawyer (0.8.1)
-      addressable (>= 2.3.5, < 2.6)
-      faraday (~> 0.8, < 1.0)
+    sawyer (0.8.2)
+      addressable (>= 2.3.5)
+      faraday (> 0.8, < 2.0)
     terminal-table (1.8.0)
       unicode-display_width (~> 1.1, >= 1.1.1)
     thread_safe (0.3.6)
diff --git a/Jenkinsfile b/Jenkinsfile
index 83a3e32..9b49bb9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -23,7 +23,7 @@ pipeline {
 			steps {
 				deleteDir()
 				checkout scm
-//				sh 'git submodule update --init --recursive'
+				sh 'git submodule update --init --recursive'
 			}
 		}