index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | lib/load-configuration | 3 |
diff --git a/lib/load-configuration b/lib/load-configuration index 7f9ba28..9df76eb 100755 --- a/lib/load-configuration +++ b/lib/load-configuration @@ -150,5 +150,6 @@ fi # check out newest revision if git -C "${base_dir}" status >/dev/null 2>&1; then - git -C "${base_dir}" pull --ff-only + git -C "${base_dir}" pull --ff-only || \ + true fi |