diff options
| author | Fuwn <[email protected]> | 2023-12-18 02:19:42 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-18 02:19:46 -0800 |
| commit | 1d69ed8ad4eb735b50b27a7d8b8457f67eb7c0f3 (patch) | |
| tree | 6f299480d3ce26d79a1a2429704b22d9eef4aa24 | |
| parent | fix(wrapped): activity history alignment (diff) | |
| download | due.moe-1d69ed8ad4eb735b50b27a7d8b8457f67eb7c0f3.tar.xz due.moe-1d69ed8ad4eb735b50b27a7d8b8457f67eb7c0f3.zip | |
chore(earthly): remove git task
| -rw-r--r-- | Earthfile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |