Skip to content

Instantly share code, notes, and snippets.

@natansil
Created March 23, 2019 22:23
Show Gist options
  • Save natansil/06fd7dff50381db7b3a0d01a087ce352 to your computer and use it in GitHub Desktop.
Save natansil/06fd7dff50381db7b3a0d01a087ce352 to your computer and use it in GitHub Desktop.
floating head dependency on master branch
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
git_repository(
name = "B",
remote = "https://github.com/my_org/b",
branch = "master",
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment