aboutsummaryrefslogtreecommitdiff
path: root/Earthfile
diff options
context:
space:
mode:
Diffstat (limited to 'Earthfile')
-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