Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 725ab3d

Browse files
author
Alex Walker
authored
Update grakn artifacts (#201)
## What is the goal of this PR? We updated the Grakn artifacts used in tests. ## What are the changes implemented in this PR? Update Grakn
1 parent 9bff44d commit 725ab3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencies/graknlabs/artifacts.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def graknlabs_grakn_core_artifacts():
2727
artifact_name = "grakn-core-server-{platform}-{version}.{ext}",
2828
tag_source = deployment["artifact.release"],
2929
commit_source = deployment["artifact.snapshot"],
30-
commit = "8a556849a42a54a0f69277da212540f00b9a783c",
30+
commit = "9e9d3500625d6ea9ffb4e27363ebf1a0bc9fe531",
3131
)
3232

3333
def graknlabs_grakn_cluster_artifacts():
@@ -37,5 +37,5 @@ def graknlabs_grakn_cluster_artifacts():
3737
artifact_name = "grakn-cluster-all-{platform}-{version}.{ext}",
3838
tag_source = deployment_private["artifact.release"],
3939
commit_source = deployment_private["artifact.snapshot"],
40-
commit = "e1e96cdb1d2c5cfd4309221c5003e7d54a341960",
40+
commit = "6d08ca8ca8b8af122b1d4e293f25b02633d3882e",
4141
)

0 commit comments

Comments
 (0)