File tree Expand file tree Collapse file tree
computer-dist/src/assembly/travis Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ cd hugegraph-toolchain
2929mvn install -pl hugegraph-client,hugegraph-loader -am -DskipTests -ntp
3030
3131cd hugegraph-loader
32- tar -zxf apache-hugegraph-loader-* .tar.gz || exit 1
32+ tar -zxf target/ apache-hugegraph-loader-* .tar.gz || exit 1
3333cd ../../
3434
3535wget http://files.grouplens.org/datasets/movielens/ml-latest-small.zip
You can’t perform that action at this time.
0 commit comments