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
commit57f26b0ad5b6fa706c94909f2bf119b979916c00 (patch)
tree811773ad5957445a39d66ef546deea97450f2d7f
parentci(github): bump rustc (diff)
downloadseptember-57f26b0ad5b6fa706c94909f2bf119b979916c00.tar.xz
september-57f26b0ad5b6fa706c94909f2bf119b979916c00.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"