Skip to content

Commit

Permalink
refactor: remove purge_dbd
Browse files Browse the repository at this point in the history
  • Loading branch information
ogenev committed Dec 4, 2023
1 parent 6e7d681 commit 28585ea
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 183 deletions.
1 change: 0 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ FROM ubuntu:22.04

# copy build artifacts from build stage
COPY --from=builder /trin/target/release/trin /usr/bin/
COPY --from=builder /trin/target/release/purge_db /usr/bin/

ENV RUST_LOG=debug

Expand Down
1 change: 0 additions & 1 deletion docker/Dockerfile.bridge
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ FROM ubuntu:22.04
# copy build artifacts from build stage
COPY --from=builder /trin/target/release/trin /usr/bin/
COPY --from=builder /trin/target/release/portal-bridge /usr/bin/
COPY --from=builder /trin/target/release/purge_db /usr/bin/
# These steps copy over the epoch accumulators repo for the bridge to use
# This data is too large to be kept inside trin-source code
# It must be downloaded separately and moved to the correct location
Expand Down
181 changes: 0 additions & 181 deletions src/bin/purge_db.rs

This file was deleted.

0 comments on commit 28585ea

Please sign in to comment.