@@ -13,19 +13,19 @@ build:
13
13
owner : typedb
14
14
branch : master
15
15
dependency-analysis :
16
- image : vaticle -ubuntu-22.04
16
+ image : typedb -ubuntu-22.04
17
17
command : |
18
18
bazel run @typedb_dependencies//factory/analysis:dependency-analysis
19
19
correctness :
20
20
# build:
21
- # image: vaticle -ubuntu-22.04
21
+ # image: typedb -ubuntu-22.04
22
22
# command: |
23
23
# bazel run @typedb_dependencies//tool/bazelinstall:remote_cache_setup.sh
24
24
# bazel build //...
25
25
# bazel run @typedb_dependencies//tool/checkstyle:test-coverage
26
26
# bazel test $(bazel query 'kind(checkstyle_test, //...)') --test_output=errors
27
27
# build-dependency:
28
- # image: vaticle -ubuntu-22.04
28
+ # image: typedb -ubuntu-22.04
29
29
# command: |
30
30
# bazel run @typedb_dependencies//tool/bazelinstall:remote_cache_setup.sh
31
31
# dependencies/maven/update.sh
36
36
owner : typedb
37
37
branch : [master, development, "3.0"]
38
38
# dependencies: [build, build-dependency]
39
- image : vaticle -ubuntu-22.04
39
+ image : typedb -ubuntu-22.04
40
40
command : |
41
41
bazel run @typedb_dependencies//tool/bazelinstall:remote_cache_setup.sh
42
42
export DEPLOY_CRATE_TOKEN=$REPO_TYPEDB_CRATES_TOKEN
@@ -46,13 +46,13 @@ build:
46
46
# owner: typedb
47
47
# branch: [master, development]
48
48
# dependencies: [build, build-dependency]
49
- # image: vaticle -ubuntu-20.04
49
+ # image: typedb -ubuntu-20.04
50
50
# command: |
51
51
# export DEPLOY_NPM_USERNAME=$REPO_TYPEDB_USERNAME
52
52
# export DEPLOY_NPM_PASSWORD=$REPO_TYPEDB_PASSWORD
53
53
# bazel run --define version=$(git rev-parse HEAD) //grpc/nodejs:deploy-npm -- snapshot
54
54
# sync-dependencies:
55
- # image: vaticle -ubuntu-22.04
55
+ # image: typedb -ubuntu-22.04
56
56
# filter:
57
57
# owner: typedb
58
58
# branch: [master, development]
@@ -71,13 +71,13 @@ release:
71
71
branch : [ master, "3.0" ]
72
72
validation :
73
73
validate-release-notes :
74
- image : vaticle -ubuntu-22.04
74
+ image : typedb -ubuntu-22.04
75
75
command : |
76
76
export NOTES_VALIDATE_TOKEN=$REPO_GITHUB_TOKEN
77
77
bazel run @typedb_dependencies//tool/release/notes:validate --test_output=streamed -- $FACTORY_OWNER $FACTORY_REPO ./RELEASE_NOTES_LATEST.md
78
78
deployment :
79
79
deploy-github :
80
- image : vaticle -ubuntu-22.04
80
+ image : typedb -ubuntu-22.04
81
81
command : |
82
82
export PYENV_ROOT="/opt/pyenv"
83
83
pyenv install 3.7.9
@@ -89,13 +89,13 @@ release:
89
89
export DEPLOY_GITHUB_TOKEN=$REPO_GITHUB_TOKEN
90
90
bazel run --define version=$(cat VERSION) //:deploy-github -- $FACTORY_COMMIT
91
91
deploy-crate-release :
92
- image : vaticle -ubuntu-22.04
92
+ image : typedb -ubuntu-22.04
93
93
dependencies : [deploy-github]
94
94
command : |
95
95
export DEPLOY_CRATE_TOKEN=$REPO_CRATES_TOKEN
96
96
bazel run --define version=$(cat VERSION) //grpc/rust:deploy_crate -- release
97
97
# deploy-npm-release:
98
- # image: vaticle -ubuntu-22.04
98
+ # image: typedb -ubuntu-22.04
99
99
# dependencies: [deploy-github]
100
100
# command: |
101
101
# wget -q -O - https://cli-assets.heroku.com/apt/release.key | sudo apt-key add -
@@ -105,7 +105,7 @@ release:
105
105
# export DEPLOY_NPM_TOKEN=$REPO_NPM_TOKEN
106
106
# bazel run --define version=$(cat VERSION) //grpc/nodejs:deploy-npm -- release
107
107
# sync-dependencies-release:
108
- # image: vaticle -ubuntu-22.04
108
+ # image: typedb -ubuntu-22.04
109
109
# filter:
110
110
# owner: typedb
111
111
# branch: [master, development]
0 commit comments