Skip to content

Commit c75330e

Browse files
authored
Fix CI builds with updated error messages from typedb and typedb-cloud artifacts (#666)
undefined
1 parent 179efaf commit c75330e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencies/vaticle/artifacts.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def vaticle_typedb_artifact():
2525
artifact_name = "typedb-server-{platform}-{version}.{ext}",
2626
tag_source = deployment["artifact"]["release"]["download"],
2727
commit_source = deployment["artifact"]["snapshot"]["download"],
28-
tag = "2.28.3"
28+
commit = "71532c524af9ac42edbef258b1448990917a330d"
2929
)
3030

3131
def vaticle_typedb_cloud_artifact():
@@ -35,7 +35,7 @@ def vaticle_typedb_cloud_artifact():
3535
artifact_name = "typedb-cloud-server-{platform}-{version}.{ext}",
3636
tag_source = deployment_private["artifact"]["release"]["download"],
3737
commit_source = deployment_private["artifact"]["snapshot"]["download"],
38-
tag = "2.28.3",
38+
commit = "e4e4fee9d488e2a6e89e29716b98e3213d228809",
3939
)
4040

4141
maven_artifacts = {

0 commit comments

Comments
 (0)