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 | 225c1e3b1706dc2517c959721fd1a4ce3e1f2522 (patch) | |
| tree | 91daa4be38bb9c5cf467119ba13918fd667574c6 | |
| parent | ci(github): bump rustc (diff) | |
| download | september-225c1e3b1706dc2517c959721fd1a4ce3e1f2522.tar.xz september-225c1e3b1706dc2517c959721fd1a4ce3e1f2522.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" |