chore(Makefile): use allow-different-user for ci stack builds
This commit is contained in:
parent
76141fe2d0
commit
e86466d80f
6
Makefile
6
Makefile
@ -35,9 +35,9 @@ bin/uniworx:
|
||||
$(MAKE) -- --backend-$* stackopts=--flag\ uniworx:dev
|
||||
|
||||
# TODO deprecated in favor of binary targets
|
||||
# .PHONY: --backend-%-prod
|
||||
# --backend-%-prod:
|
||||
# $(MAKE) -- --backend-$* stackopts=--copy-bins\ --local-bin-path\ $$(pwd)/bin\ --flag\ uniworx:-dev
|
||||
.PHONY: --backend-%-prod
|
||||
--backend-%-prod:
|
||||
$(MAKE) -- --backend-$* stackopts=--copy-bins\ --local-bin-path\ $$(pwd)/bin\ --flag\ uniworx:-dev --allow-different-user
|
||||
|
||||
.PHONY: --backend-build
|
||||
--backend-build:
|
||||
|
||||
Reference in New Issue
Block a user