From bc5164b46383075f85be2ca7dcc8efd553b13736 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 26 Aug 2024 10:42:40 -0300 Subject: src/reconfigure: Retry reconfigure failure twice before exitting --- src/reconfigure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reconfigure b/src/reconfigure index 0460d11..be308dc 100755 --- a/src/reconfigure +++ b/src/reconfigure @@ -47,6 +47,6 @@ cd /opt/server git fetch git checkout "$SHA" -guix system -v3 "$ACTION" /etc/guix/system.scm +untill -m3 guix system -v3 "$ACTION" /etc/guix/system.scm echo cicd add $DEPLOY_OPT /srv/git/*.git -- cgit v1.2.3