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

Commit

Permalink
Add grabl-marker for autoupdating (#17)
Browse files Browse the repository at this point in the history
## What is the goal of this PR?

Needed for typedb/factory#14

## What are the changes implemented in this PR?

Adds `grabl-marker` so dependency script knows how to update it
  • Loading branch information
vmax authored and haikalpribadi committed Mar 1, 2019
1 parent 229329b commit 01d2c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
git_repository(
name = "graknlabs_grakn_core",
remote = "https://github.com/graknlabs/grakn",
commit = "2091602fbcca45823d2bc3d5062ce7cdb6b25b89"
commit = "2091602fbcca45823d2bc3d5062ce7cdb6b25b89" # grabl-marker: do not remove this comment, this is used for dependency-update by @graknlabs_grakn_core
)

git_repository(
Expand Down

0 comments on commit 01d2c14

Please sign in to comment.