aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-12-26 14:51:54 +0000
committerFuwn <[email protected]>2024-03-17 13:52:56 +0000
commit118e17c67741a367240460a84e9c7af3983e779d (patch)
tree91daa4be38bb9c5cf467119ba13918fd667574c6
parentci(github): bump rustc (diff)
downloadseptember-118e17c67741a367240460a84e9c7af3983e779d.tar.xz
september-118e17c67741a367240460a84e9c7af3983e779d.zip
ci(earthly): remove git
-rw-r--r--Earthfile6
1 files changed, 0 insertions, 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"