From 291b5419605b5f66fffde1633dd0d09e9afe6793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Elek?= Date: Tue, 9 May 2023 10:47:56 +0200 Subject: [PATCH] earthfile: remove storage folder Content of storage folder is moved to the storagenode with c1f1aacff (as it's used only from there). We don't need to include it manually for storagenode builds. This Earthfile is used for nightly deployment. Change-Id: I2d255804ce5d87ab5a9b713c2d5ae0f3b3ccc9ca --- Earthfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Earthfile b/Earthfile index c822630de..eefd39fc6 100644 --- a/Earthfile +++ b/Earthfile @@ -42,7 +42,6 @@ storagenode-bin: COPY go.sum go.sum COPY private private COPY cmd/storagenode cmd/storagenode - COPY storage storage COPY storagenode storagenode COPY multinode multinode COPY web/storagenode web/storagenode