Skip to content

Commit

Permalink
fix checks
Browse files Browse the repository at this point in the history
  • Loading branch information
archeoss committed Dec 1, 2023
1 parent bb4dc0b commit b2590fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion backend/src/connector/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pub trait Has<T> {
fn get_mut(&mut self) -> &mut T;
}


/// Context, created for each Client instance.
#[derive(Clone, Debug, Context)]
pub struct ClientContext {
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN echo "// if you see this, the build broke" > backend/src/lib.rs \
&& echo "// if you see this, the build broke" > cli/src/lib.rs \
&& cargo build-backend --profile=$BUILD_PROFILE --target=$BUILD_TARGET

ADD . ./
COPY . ./

RUN cargo build-backend --profile=$BUILD_PROFILE --target=$BUILD_TARGET \
&& mkdir /build_output \
Expand Down

0 comments on commit b2590fe

Please sign in to comment.