File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed
computer-dist/scripts/dependency Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 11
11
computer-ci :
12
12
runs-on : ubuntu-latest
13
13
env :
14
- USE_STAGE : ' false ' # Whether to include the stage repository.
14
+ USE_STAGE : ' true ' # Whether to include the stage repository.
15
15
TRAVIS_DIR : computer-dist/src/assembly/travis
16
16
KUBERNETES_VERSION : 1.20.1
17
17
BSP_ETCD_URL : http://localhost:2579
Original file line number Diff line number Diff line change 13
13
jobs :
14
14
analyze :
15
15
env :
16
- USE_STAGE : ' false ' # Whether to include the stage repository.
16
+ USE_STAGE : ' true ' # Whether to include the stage repository.
17
17
name : Analyze
18
18
runs-on : ubuntu-latest
19
19
permissions :
Original file line number Diff line number Diff line change 40
40
runs-on : ubuntu-latest
41
41
env :
42
42
SCRIPT_DEPENDENCY : computer-dist/scripts/dependency
43
- USE_STAGE : ' false ' # Whether to include the stage repository.
43
+ USE_STAGE : ' true ' # Whether to include the stage repository.
44
44
steps :
45
45
- name : Checkout source
46
46
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ commons-logging-1.1.3.jar
36
36
commons-math3-3.1.1.jar
37
37
commons-net-3.6.jar
38
38
commons-text-1.9.jar
39
- computer-algorithm-1.2 .0.jar
40
- computer-api-1.2 .0.jar
41
- computer-core-1.2 .0.jar
42
- computer-dist-1.2 .0.jar
43
- computer-driver-1.2 .0.jar
44
- computer-k8s-1.2 .0.jar
45
- computer-k8s-operator-1.2 .0.jar
46
- computer-yarn-1.2 .0.jar
39
+ computer-algorithm-1.3 .0.jar
40
+ computer-api-1.3 .0.jar
41
+ computer-core-1.3 .0.jar
42
+ computer-dist-1.3 .0.jar
43
+ computer-driver-1.3 .0.jar
44
+ computer-k8s-1.3 .0.jar
45
+ computer-k8s-operator-1.3 .0.jar
46
+ computer-yarn-1.3 .0.jar
47
47
curator-client-2.13.0.jar
48
48
curator-framework-2.13.0.jar
49
49
curator-recipes-2.13.0.jar
Original file line number Diff line number Diff line change 92
92
93
93
<properties >
94
94
<!-- TODO: update the version after toolchain v1.2 fixed -->
95
- <revision >1.2 .0</revision >
96
- <hugegraph-common-version >1.2 .0</hugegraph-common-version >
97
- <hugegraph-client-version >1.2 .0</hugegraph-client-version >
98
- <hugegraph-rpc-version >1.2 .0</hugegraph-rpc-version >
99
- <hugegraph-loader-version >1.2 .0</hugegraph-loader-version >
95
+ <revision >1.3 .0</revision >
96
+ <hugegraph-common-version >1.3 .0</hugegraph-common-version >
97
+ <hugegraph-client-version >1.3 .0</hugegraph-client-version >
98
+ <hugegraph-rpc-version >1.3 .0</hugegraph-rpc-version >
99
+ <hugegraph-loader-version >1.3 .0</hugegraph-loader-version >
100
100
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
101
101
<top .level.dir>${project.basedir} /..</top .level.dir>
102
102
<release .name>hugegraph-computer</release .name>
You can’t perform that action at this time.
0 commit comments