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
|
run: ## run the code
|
||||||
go run ./
|
go run ./
|
||||||
|
|
||||||
|
.PHONY: unlock
|
||||||
|
unlock ## run git-crypt unlock
|
||||||
|
git-crypt unlock
|
||||||
|
|
||||||
##### Containers ###############################################################
|
##### Containers ###############################################################
|
||||||
.PHONY: container-build
|
.PHONY: container-build
|
||||||
container-build: ## build the container image
|
container-build: ## build the container image
|
||||||
|
|
Loading…
Add table
Reference in a new issue