Skip to content

Instantly share code, notes, and snippets.

@natansil
Created February 3, 2019 15:14
Show Gist options
  • Save natansil/6924d7fd0263e804fc97c160cc1e77b1 to your computer and use it in GitHub Desktop.
Save natansil/6924d7fd0263e804fc97c160cc1e77b1 to your computer and use it in GitHub Desktop.
bazel repo dependency
git_repository(
name = "b",
remote = "git@github.com:acme/b.git",
commit = "0c3be0572598c769d795ed537e574c37dc51a709"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment