From 1d69ed8ad4eb735b50b27a7d8b8457f67eb7c0f3 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 18 Dec 2023 02:19:42 -0800 Subject: chore(earthly): remove git task --- Earthfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Earthfile b/Earthfile index c21818f0..7a6fc222 100644 --- a/Earthfile +++ b/Earthfile @@ -11,7 +11,6 @@ all: BUILD +lint BUILD +docker --GIT_SHORT_SHA=$(git rev-parse --short HEAD) - BUILD +git dev: LOCALLY @@ -41,11 +40,6 @@ docker: SAVE IMAGE --push fuwn/due-next:latest -git: - LOCALLY - - RUN git push - build: FROM +source -- cgit v1.2.3