diff options
| author | Fuwn <[email protected]> | 2023-12-26 14:51:54 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-03-17 13:52:56 +0000 |
| commit | 118e17c67741a367240460a84e9c7af3983e779d (patch) | |
| tree | 91daa4be38bb9c5cf467119ba13918fd667574c6 | |
| parent | ci(github): bump rustc (diff) | |
| download | september-118e17c67741a367240460a84e9c7af3983e779d.tar.xz september-118e17c67741a367240460a84e9c7af3983e779d.zip | |
ci(earthly): remove git
| -rw-r--r-- | Earthfile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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" |