Skip to content

Commit

Permalink
fix: rename target
Browse files Browse the repository at this point in the history
  • Loading branch information
bkioshn committed Jan 26, 2024
1 parent db9b023 commit 15b965b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion catalyst-gateway/tests/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ integration-test:

FROM ../+builder
DO github.com/earthly/lib:2.2.11+INSTALL_DIND
COPY ../+hosted-build/cat-gateway .
COPY ../+build/cat-gateway .
COPY integration/docker-compose.yml .
WITH DOCKER \
--compose docker-compose.yml \
Expand Down
2 changes: 1 addition & 1 deletion docs/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ src:
# Now copy into that any artifacts we pull from the builds.
COPY --dir ../+repo-docs/repo /docs/includes
# copy Rust docs
COPY ./../catalyst-gateway+hosted-build/doc /docs/src/api/cat-gateway/rust-docs
COPY ./../catalyst-gateway+build/doc /docs/src/api/cat-gateway/rust-docs

# Copy docs we build in the postgres example.
COPY --dir ../catalyst-gateway/event-db+build/docs src/architecture/08_concepts/event_db
Expand Down

0 comments on commit 15b965b

Please sign in to comment.