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

rawkintrevo pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 44249d2  [JENKINS-MIGRATION] Hacking on website build (typo)
44249d2 is described below

commit 44249d263560ae291217e638ef573396a29f9d77
Author: rawkintrevo <[email protected]>
AuthorDate: Fri Aug 7 09:22:24 2020 -0500

    [JENKINS-MIGRATION] Hacking on website build (typo)
---
 .github/workflows/quality.yml | 10 +++++-----
 website/build_site.sh         |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml
index 26ff901..44c2f08 100644
--- a/.github/workflows/quality.yml
+++ b/.github/workflows/quality.yml
@@ -17,12 +17,12 @@
 name: Quality Assurance
 
 on:
-  push:
-    branches: [ trunk ]
-  pull_request:
-    branches: [ trunk ]
+#  push:
+#    branches: [ trunk ]
+#  pull_request:
+#    branches: [ trunk ]
   schedule:
-    - cron: '0 0 * * *'
+    - cron: '0 0 0 * *'
 
 jobs:
   build:
diff --git a/website/build_site.sh b/website/build_site.sh
index a3a9f42..0996f92 100755
--- a/website/build_site.sh
+++ b/website/build_site.sh
@@ -54,7 +54,7 @@ if [ ! -d "/docs/$MAHOUT_VERSION/api" ]; then
        echo "Moving directory..."
        mv $WORKDIR/apache-mahout-distribution-$MAHOUT_VERSION/docs 
$WORKDIR/docs/$MAHOUT_VERSION/api
        rm -f $WORKDIR/$DISTFILE
-       "done."
+       echo "done."
 fi
 # rm -rf *
 #cp -a $WORKDIR/* .

Reply via email to