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

Commit 9c9aa4f

Browse files
authored
KGLIB sync dependencies (#56)
## What is the goal of this PR? We update CI to automatically update `graknlabs/kglib` such that it always depends upon the latest commit of `graknlabs/client-python` ## What are the changes implemented in this PR? - Updates the targets of sync-dependencies jobs
1 parent 957ec0d commit 9c9aa4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
export SYNC_DEPENDENCIES_TOKEN=$REPO_GITHUB_TOKEN
100100
bazel run @graknlabs_build_tools//ci:sync-dependencies -- \
101101
--source client-python@$CIRCLE_SHA1 \
102-
--targets grakn-kgms:master docs:master examples:master
102+
--targets grakn-kgms:master docs:master examples:master kglib:master
103103
104104
release-approval:
105105
machine: true
@@ -146,7 +146,7 @@ jobs:
146146
export SYNC_DEPENDENCIES_TOKEN=$REPO_GITHUB_TOKEN_GRABL
147147
bazel run @graknlabs_build_tools//ci:sync-dependencies -- \
148148
--source client-python@$(cat VERSION) \
149-
--targets grakn-kgms:master docs:master examples:master
149+
--targets grakn-kgms:master docs:master examples:master kglib:master
150150
151151
release-cleanup:
152152
machine: true

0 commit comments

Comments
 (0)