use $UID/$GID for test as well
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9e24d19593
commit
a6f800a2a3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -254,7 +254,7 @@ test: $(BUILD_DIRS)
|
|||
@$(DKR) run \
|
||||
-i \
|
||||
--rm \
|
||||
-u $$(id -u):$$(id -g) \
|
||||
-u $(UID):$(GID) \
|
||||
-v $$(pwd):/src \
|
||||
-w /src \
|
||||
-v $$(pwd)/.go/bin/$(OS)_$(ARCH):/go/bin \
|
||||
|
|
Loading…
Add table
Reference in a new issue