This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/master by this push:
new 91d065d WIP.
91d065d is described below
commit 91d065d5739c452a9b6d36cdea5e05a73667673d
Author: Aaron Radzinzski <[email protected]>
AuthorDate: Fri Apr 17 14:26:04 2020 -0700
WIP.
---
.asf.yaml | 5 ++++-
docs/_layouts/default.html | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index d50c705..a9cd491 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -30,4 +30,7 @@ github:
- "java"
- "scala"
- "nlp"
- - "apache"
\ No newline at end of file
+ - "apache"
+staging:
+ profile: ~
+ whoami: web-staging
\ No newline at end of file
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index c0fcb1c..f8f5be4 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -122,7 +122,7 @@ layout: compress
<a href="/docs.html" class="btn btn-link">Docs</a>
<span class="ml-4">release: <a href="/download.html"><code>{{
site.latest_version }}</code></a></span>
<span class="ml-2">
- <a target="travis"
href="https://travis-ci.org/apache/incubator-nlpcraft#"><img
src="https://travis-ci.org/apache/incubator-nlpcraft.svg?branch=master"></a>
+ <a target="jenkins"
href="https://builds.apache.org/view/Incubator%20Projects/job/incubator-nlpcraft/"><img
src="https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fbuilds.apache.org%2Fview%2FIncubator%2520Projects%2Fjob%2Fincubator-nlpcraft%2F"></a>
<a target=_
href="https://gitter.im/apache-nlpcraft/community"><img alt="Gitter"
src="https://badges.gitter.im/apache-nlpcraft/community.svg"></a>
</span>
</div>