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 457f1c3 commit 9a0dcccCopy full SHA for 9a0dccc
Dockerfile
@@ -26,4 +26,5 @@ ARG CACHEBUST
26
RUN cargo-msfs install msfs2020 && \
27
cargo-msfs install msfs2024
28
29
+# Needed when running in CI/CD to avoid dubious ownership errors
30
RUN git config --global --add safe.directory /workspace
0 commit comments