From 118e17c67741a367240460a84e9c7af3983e779d Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 26 Dec 2023 14:51:54 +0000 Subject: ci(earthly): remove git --- Earthfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Earthfile b/Earthfile index 4eae88e..8d47ef0 100644 --- a/Earthfile +++ b/Earthfile @@ -2,7 +2,6 @@ VERSION 0.7 all: BUILD +docker - BUILD +git docker: ARG tag=latest @@ -17,11 +16,6 @@ docker: SAVE IMAGE --push fuwn/september:$tag -git: - LOCALLY - - RUN git push - deps: ARG rustc="1.69.0" -- cgit v1.2.3