Skip to content

Commit

Permalink
fix: remove snapshot service from Earthly file
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 committed Oct 11, 2023
1 parent e16a9b7 commit 2b18f04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install-chef:
# Prepares the local cache
prepare-cache:
FROM +install-chef
COPY --dir vit-servicing-station-lib vit-servicing-station-cli vit-servicing-station-server vit-servicing-station-tests snapshot-service .
COPY --dir vit-servicing-station-lib vit-servicing-station-cli vit-servicing-station-server vit-servicing-station-tests .
COPY Cargo.lock Cargo.toml .
RUN cargo chef prepare
SAVE ARTIFACT recipe.json
Expand Down Expand Up @@ -55,7 +55,7 @@ builder:
libsqlite3-dev \
pkg-config \
protobuf-compiler
COPY --dir vit-servicing-station-lib vit-servicing-station-cli vit-servicing-station-server vit-servicing-station-tests snapshot-service .
COPY --dir vit-servicing-station-lib vit-servicing-station-cli vit-servicing-station-server vit-servicing-station-tests .
COPY Cargo.lock Cargo.toml .
COPY +build-cache/cargo_home $CARGO_HOME
COPY +build-cache/target target
Expand All @@ -64,7 +64,7 @@ builder:
build:
FROM +builder

COPY --dir vit-servicing-station-lib vit-servicing-station-cli vit-servicing-station-server vit-servicing-station-tests snapshot-service .
COPY --dir vit-servicing-station-lib vit-servicing-station-cli vit-servicing-station-server vit-servicing-station-tests .
COPY Cargo.lock Cargo.toml .

RUN cargo build --locked --release -p vit-servicing-station-cli -p vit-servicing-station-server
Expand Down

0 comments on commit 2b18f04

Please sign in to comment.