Skip to content

Commit 7c7731c

Browse files
authored
chore: enable github rebase option (#217)
1 parent 57b0b3c commit 7c7731c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.asf.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ github:
3030

3131
enabled_merge_buttons:
3232
merge: false
33-
rebase: false
3433
squash: true
34+
rebase: true
3535
protected_branches:
3636
master:
3737
required_status_checks:
3838
# strict means "Require branches to be up-to-date before merging".
39-
strict: true
39+
strict: false
4040
# contexts are the names of checks that must pass
4141
contexts:
4242
- computer-ci

computer-dist/src/assembly/travis/load-data-into-hugegraph.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cd hugegraph-toolchain
2929
mvn install -pl hugegraph-client,hugegraph-loader -am -DskipTests -ntp
3030

3131
cd hugegraph-loader
32-
tar -zxf apache-hugegraph-loader-*.tar.gz || exit 1
32+
tar -zxf target/apache-hugegraph-loader-*.tar.gz || exit 1
3333
cd ../../
3434

3535
wget http://files.grouplens.org/datasets/movielens/ml-latest-small.zip

0 commit comments

Comments
 (0)