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