aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-06-17 19:10:37 +0100
committerChristopher Baines <mail@cbaines.net>2023-06-17 19:10:37 +0100
commitdc394681a292b7c88db64d7731a912a8522c8721 (patch)
tree8d5224908e321248f5e42a19aef26ae946dd8bb9 /guix-qa-frontpage
parent8a705dd48a7d867e9613b0c3bd794c9c4aad5183 (diff)
downloadqa-frontpage-dc394681a292b7c88db64d7731a912a8522c8721.tar
qa-frontpage-dc394681a292b7c88db64d7731a912a8522c8721.tar.gz
Prune the git repository when updating
Diffstat (limited to 'guix-qa-frontpage')
-rw-r--r--guix-qa-frontpage/git-repository.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/guix-qa-frontpage/git-repository.scm b/guix-qa-frontpage/git-repository.scm
index 17c0ef5..4efe899 100644
--- a/guix-qa-frontpage/git-repository.scm
+++ b/guix-qa-frontpage/git-repository.scm
@@ -51,6 +51,7 @@
(define (update-repository!)
(with-bare-git-repository
(lambda ()
+ (invoke "git" "prune")
(invoke "git" "fetch" "--prune" "origin")
(invoke "git" "fetch" "--prune" "patches"))))