chore(tooling): add a git-crypt unlock makefile target
This commit is contained in:
parent
de7ba3439b
commit
3bcdaf541f
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@ clean: ## clean the code
|
|||
run: ## run the code
|
||||
go run ./
|
||||
|
||||
.PHONY: unlock
|
||||
unlock ## run git-crypt unlock
|
||||
git-crypt unlock
|
||||
|
||||
##### Containers ###############################################################
|
||||
.PHONY: container-build
|
||||
container-build: ## build the container image
|
||||
|
|
Loading…
Add table
Reference in a new issue