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
This commit is contained in:
Márton Elek 2023-05-09 10:47:56 +02:00 committed by Storj Robot
parent fa16d947c9
commit 291b541960

View File

@ -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