aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-12-18 02:19:42 -0800
committerFuwn <[email protected]>2023-12-18 02:19:46 -0800
commit1d69ed8ad4eb735b50b27a7d8b8457f67eb7c0f3 (patch)
tree6f299480d3ce26d79a1a2429704b22d9eef4aa24
parentfix(wrapped): activity history alignment (diff)
downloaddue.moe-1d69ed8ad4eb735b50b27a7d8b8457f67eb7c0f3.tar.xz
due.moe-1d69ed8ad4eb735b50b27a7d8b8457f67eb7c0f3.zip
chore(earthly): remove git task
-rw-r--r--Earthfile6
1 files changed, 0 insertions, 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