Skip to content

Commit

Permalink
Pin bb protobuf to a stable sha (#4619)
Browse files Browse the repository at this point in the history
The bb repo does not have a master branch anymore. We should just pin
the SHA to avoid branches and changes all together.
  • Loading branch information
olix0r authored Jun 17, 2020
1 parent b0765c4 commit bb01b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ func TestInject(t *testing.T) {
}

func TestServiceProfileDeploy(t *testing.T) {
bbProto, err := TestHelper.HTTPGetURL("https://raw.githubusercontent.com/BuoyantIO/bb/master/api.proto")
bbProto, err := TestHelper.HTTPGetURL("https://raw.githubusercontent.com/BuoyantIO/bb/55b78f210c98a7eb431c3f555cf0a406f0b12edf/api.proto")
if err != nil {
testutil.AnnotatedFatalf(t, "unexpected error",
"unexpected error: %v %s", err, bbProto)
Expand Down

0 comments on commit bb01b94

Please sign in to comment.