You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/03/30 04:15:18 UTC

[pulsar-site] 01/01: feat: ci debug

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

urfree pushed a commit to branch ci-debug
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git

commit 4f365fec649aa4dd4eda6d4eaf96150cd245fcbe
Author: Li Li <ur...@apache.org>
AuthorDate: Wed Mar 30 12:15:07 2022 +0800

    feat: ci debug
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 .github/workflows/ci-debug.yaml | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/.github/workflows/ci-debug.yaml b/.github/workflows/ci-debug.yaml
new file mode 100644
index 0000000..c0a7ff7
--- /dev/null
+++ b/.github/workflows/ci-debug.yaml
@@ -0,0 +1,35 @@
+#
+# 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.
+#
+
+name: CI - Pulsar Website-Next build
+on:
+  push:
+    branches: [ci-debug]
+
+jobs:
+  build-website:
+    if: ${{ github.repository == 'apache/pulsar-site' }}
+    name: Build and publish pulsar website-next
+    runs-on: ubuntu-latest
+    timeout-minutes: 360
+    steps:
+      - name: Echo date
+        run: |
+          CURRENT_HOUR=$(date +%H)
+          echo "hour:"$CURRENT_HOUR