File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -31,24 +31,22 @@ __check-breaking_local:
31
31
32
32
.PHONY : proto lint format check-breaking
33
33
all proto lint format check-breaking :
34
- ../contrib/scripts/repo-docker-run.sh --rm \
34
+ ../contrib/scripts/repo-docker-run.sh \
35
35
--volume $(CURDIR ) /..:/src \
36
36
--workdir /src/api \
37
- --user " $( shell id -u) :$( shell id -g) " \
38
37
$(BUILDER_IMAGE ) \
39
38
make -C /src/api __$@ _local BUF_BREAKING_AGAINST_BRANCH=$(BUF_BREAKING_AGAINST_BRANCH )
40
39
41
40
.PHONY : debug
42
41
debug :
43
- @echo ../contrib/scripts/repo-docker-run.sh --rm \
42
+ @echo ../contrib/scripts/repo-docker-run.sh \
44
43
--volume $(CURDIR ) /..:/src \
45
44
--workdir /src/api \
46
- --user " $( shell id -u) :$( shell id -g) " \
47
45
$(BUILDER_IMAGE ) \
48
46
buf $(EXTRA_BUF_FLAGS )
49
47
50
48
.PHONY : vendor
51
49
vendor :
52
50
$(GO ) mod tidy
53
51
$(GO ) mod vendor
54
- $(GO ) mod verify
52
+ $(GO ) mod verify
You can’t perform that action at this time.
0 commit comments