summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2024-09-20 22:59:21 +0200
committerJulien Dessaux2025-02-09 10:09:25 +0100
commit3bcdaf541fb64ea0fef86308530779203a8de7ab (patch)
tree88e76e791b110fb9f33fac92ecebc49a3f24f052
parentchore(tooling): Fix container build layers caching (diff)
downloadods-3bcdaf541fb64ea0fef86308530779203a8de7ab.tar.gz
ods-3bcdaf541fb64ea0fef86308530779203a8de7ab.tar.bz2
ods-3bcdaf541fb64ea0fef86308530779203a8de7ab.zip
chore(tooling): add a git-crypt unlock makefile target
-rw-r--r--GNUmakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 1fd42c1..ba43947 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -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