We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e9fd09 + 06f778d commit 4552cb4Copy full SHA for 4552cb4
Makefile
@@ -16,12 +16,6 @@ $(MAKEFILE):
16
17
-include $(MAKEFILE)
18
19
-# we still need to do this for windows
20
-bblfsh-client:
21
- cd vendor/gopkg.in/bblfsh/client-go.v3 && make dependencies
22
-
23
-dependencies: bblfsh-client
24
25
upgrade:
26
go run tools/rev-upgrade/main.go -p $(UPGRADE_PRJ) -r $(UPGRADE_REV)
27
@@ -46,4 +40,4 @@ ci-e2e: packages
46
40
go test ./e2e -gitbase-version="$(TRAVIS_TAG)" \
47
41
-must-run \
48
42
-gitbase-bin="$(TRAVIS_BUILD_DIR)/build/gitbase_linux_amd64/gitbase" \
49
- -gitbase-repos="$(TRAVIS_BUILD_DIR)/.." -v
43
+ -gitbase-repos="$(TRAVIS_BUILD_DIR)/.." -v
0 commit comments