You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by eo...@apache.org on 2022/03/09 16:13:40 UTC

[bookkeeper] branch asf-site updated: Create .asf.yaml for website deployment (#3080)

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

eolivelli pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 8d0ffb9  Create .asf.yaml for website deployment (#3080)
8d0ffb9 is described below

commit 8d0ffb90847a704730f79ea4e899924165fa011b
Author: Nicolò Boschi <bo...@gmail.com>
AuthorDate: Wed Mar 9 17:13:33 2022 +0100

    Create .asf.yaml for website deployment (#3080)
---
 .asf.yaml   |  3 +++
 .travis.yml | 20 --------------------
 2 files changed, 3 insertions(+), 20 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..79be278
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,3 @@
+publish:
+  whoami: asf-site
+  source: github
\ No newline at end of file
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 6c8553c..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-# blacklist
-branches:
-  except:
-    - asf-site