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:
parent
fa16d947c9
commit
291b541960
@ -42,7 +42,6 @@ storagenode-bin:
|
|||||||
COPY go.sum go.sum
|
COPY go.sum go.sum
|
||||||
COPY private private
|
COPY private private
|
||||||
COPY cmd/storagenode cmd/storagenode
|
COPY cmd/storagenode cmd/storagenode
|
||||||
COPY storage storage
|
|
||||||
COPY storagenode storagenode
|
COPY storagenode storagenode
|
||||||
COPY multinode multinode
|
COPY multinode multinode
|
||||||
COPY web/storagenode web/storagenode
|
COPY web/storagenode web/storagenode
|
||||||
|
Loading…
Reference in New Issue
Block a user