From 303ac3ec07eee7aefae030cc34ab8ca30c347389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sat, 3 Feb 2024 18:20:46 +0100 Subject: [PATCH] ... ci: remove duplicate cargo build command --- Earthfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Earthfile b/Earthfile index 2728bb4..59da1f7 100644 --- a/Earthfile +++ b/Earthfile @@ -47,7 +47,6 @@ base-frontend: upend-bin: FROM +base-backend CACHE --id=rust-target target - RUN cargo build --release COPY +git-version/version.txt . RUN UPEND_VERSION=$(cat version.txt) cargo build --release SAVE ARTIFACT target/release/upend upend