diff options
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")))) |