summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-04-03 15:45:10 -0300
committerEuAndreh <eu@euandre.org>2025-04-03 20:04:50 -0300
commit1b0425b057ec58e21f7efa595fbe6f07ef62129e (patch)
tree01178132366c9baa447e5777d441c68cde4de221
parentmkdeps.sh: tabs over spaces (diff)
downloadeuandre.org-1b0425b057ec58e21f7efa595fbe6f07ef62129e.tar.gz
euandre.org-1b0425b057ec58e21f7efa595fbe6f07ef62129e.tar.xz
Makefile: Prevent CI from trying to look at ~/.gnupg
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5a81675..2b46939 100644
--- a/Makefile
+++ b/Makefile
@@ -193,7 +193,8 @@ baseurl.txt: meta.json
jq -r '.baseurl' < meta.json > $@
expiry.txt: src/content/public.asc
- gpg --show-key --with-colons src/content/public.asc | \
+ gpg --always-trust --no-keyring --show-key --with-colons \
+ src/content/public.asc | \
awk -F: '/^pub:/ { print $$7 }' | \
xargs -I% date -Is -d@% > $@