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

vaughn pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-hugegraph-computer.git


The following commit(s) were added to refs/heads/master by this push:
     new 7c7731c5 chore: enable github rebase option (#217)
7c7731c5 is described below

commit 7c7731c5681c75d17ecac012871ebd71c6234adf
Author: imbajin <[email protected]>
AuthorDate: Sat Dec 10 16:31:31 2022 +0800

    chore: enable github rebase option (#217)
---
 .asf.yaml                                                     | 4 ++--
 computer-dist/src/assembly/travis/load-data-into-hugegraph.sh | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index b67612a0..3f1d59ef 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -30,13 +30,13 @@ github:
 
   enabled_merge_buttons:
     merge:  false
-    rebase: false
     squash: true
+    rebase: true
   protected_branches:
     master:
       required_status_checks:
         # strict means "Require branches to be up-to-date before merging".
-        strict: true
+        strict: false
         # contexts are the names of checks that must pass
         contexts:
           - computer-ci
diff --git a/computer-dist/src/assembly/travis/load-data-into-hugegraph.sh 
b/computer-dist/src/assembly/travis/load-data-into-hugegraph.sh
index 211c1428..50b2fd62 100755
--- a/computer-dist/src/assembly/travis/load-data-into-hugegraph.sh
+++ b/computer-dist/src/assembly/travis/load-data-into-hugegraph.sh
@@ -29,7 +29,7 @@ cd hugegraph-toolchain
 mvn install -pl hugegraph-client,hugegraph-loader -am -DskipTests -ntp
 
 cd hugegraph-loader
-tar -zxf apache-hugegraph-loader-*.tar.gz || exit 1
+tar -zxf target/apache-hugegraph-loader-*.tar.gz || exit 1
 cd ../../
 
 wget http://files.grouplens.org/datasets/movielens/ml-latest-small.zip

Reply via email to