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 | 57f26b0ad5b6fa706c94909f2bf119b979916c00 (patch) | |
| tree | 811773ad5957445a39d66ef546deea97450f2d7f | |
| parent | ci(github): bump rustc (diff) | |
| download | september-57f26b0ad5b6fa706c94909f2bf119b979916c00.tar.xz september-57f26b0ad5b6fa706c94909f2bf119b979916c00.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" |