We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3493c2 commit 9b51b8fCopy full SHA for 9b51b8f
Dockerfile
@@ -38,10 +38,6 @@ RUN apt-get update && apt-get install -y git fish wget \
38
RUN rustup default nightly
39
RUN rustup component add rust-std clippy rustc rustfmt --toolchain nightly
40
41
-# Copy .git directory into /source
42
-COPY .git /source/.git
43
-
44
-# Clone from local source into working directory
45
WORKDIR /app
46
47
ARG GH_TOKEN
Justfile
@@ -36,4 +36,4 @@ pr PR_NUMBER CMD:
36
37
# Sync a specific PR with origin/main
sync-pr PR_NUM:
- just pr {{PR_NUM}} "git merge origin/main --no-edit && cargo fmt --check && cargo check && git push origin HEAD"
+ just pr {{PR_NUM}} "git merge origin/main --no-edit && cargo fmt --check"
0 commit comments