From 8b419e3c35ee9eb672e644693aca49e2f5b55941 Mon Sep 17 00:00:00 2001 From: caumond Date: Tue, 19 Aug 2025 20:25:21 +0200 Subject: [PATCH] frontend build fix --- src/auto_build/tasks/frontend.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/auto_build/tasks/frontend.clj b/src/auto_build/tasks/frontend.clj index 5b9c85c..c15befc 100644 --- a/src/auto_build/tasks/frontend.clj +++ b/src/auto_build/tasks/frontend.clj @@ -109,11 +109,11 @@ (-> (uberjar* printers app-dir app-alias target-dir repo-url) (build-cmd/execute-if-success printers target-dir + verbose ["git" "push" "--force" "-u" "clever" "master"] "Push to clever" - :push-to-clever - nil - verbose) + "Pushing to clever has failed" + :push-to-clever) (build-cmd/status-to-exit-code printers title-msg)))) (defn repl-cljs