diff options
author | Christopher Baines <mail@cbaines.net> | 2023-06-17 19:10:37 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-06-17 19:10:37 +0100 |
commit | dc394681a292b7c88db64d7731a912a8522c8721 (patch) | |
tree | 8d5224908e321248f5e42a19aef26ae946dd8bb9 /guix-qa-frontpage | |
parent | 8a705dd48a7d867e9613b0c3bd794c9c4aad5183 (diff) | |
download | qa-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.scm | 1 |
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")))) |