summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2024-09-20 22:59:21 +0200
committerJulien Dessaux2024-09-20 23:00:30 +0200
commit542638cb8db2bba658ce1927d887f7201eecedad (patch)
tree88e76e791b110fb9f33fac92ecebc49a3f24f052
parentchore(tooling): Fixed container build layers caching (diff)
downloadods-542638cb8db2bba658ce1927d887f7201eecedad.tar.gz
ods-542638cb8db2bba658ce1927d887f7201eecedad.tar.bz2
ods-542638cb8db2bba658ce1927d887f7201eecedad.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