use $UID/$GID for test as well
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Emil Lerch 2021-01-04 16:04:20 -08:00
parent 9e24d19593
commit a6f800a2a3
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -254,7 +254,7 @@ test: $(BUILD_DIRS)
@$(DKR) run \ @$(DKR) run \
-i \ -i \
--rm \ --rm \
-u $$(id -u):$$(id -g) \ -u $(UID):$(GID) \
-v $$(pwd):/src \ -v $$(pwd):/src \
-w /src \ -w /src \
-v $$(pwd)/.go/bin/$(OS)_$(ARCH):/go/bin \ -v $$(pwd)/.go/bin/$(OS)_$(ARCH):/go/bin \