This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit 7ec72b8ab0d6062cc83f3c3f6a93eb516ed6efc9 Author: Robert Bradshaw <[email protected]> AuthorDate: Wed Apr 25 10:09:50 2018 -0700 Ignore jstorm.io to unblock presubmits. --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 605ed5b..3f1d232 100644 --- a/Rakefile +++ b/Rakefile @@ -12,6 +12,7 @@ task :test do :allow_hash_href => true, :check_html => true, :file_ignore => [/javadoc/, /v2/, /pydoc/], + :url_ignore => [/jstorm.io/], :parallel => { :in_processes => Etc.nprocessors }, }).run end -- To stop receiving notification emails like this one, please contact [email protected].
