Install dependencies and set RUN_USER
Install make dependencies and default to current user Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
8728051c40
commit
b9b185d1c1
2 changed files with 4 additions and 2 deletions
1
Makefile
1
Makefile
|
|
@ -19,6 +19,7 @@ export ORG_WEBHOOK_SECRET = ${GEN_PASSWORD}
|
|||
export CREDENTIALS_NAME ?= test-garm-creds
|
||||
export WORKFLOW_FILE_NAME ?= test.yml
|
||||
export GARM_ADMIN_USERNAME ?= admin
|
||||
export RUN_USER ?= $(shell whoami)
|
||||
|
||||
.PHONY: help
|
||||
help: ## Display this help.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue