remove chown
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dmitry Belyaev 2023-03-28 17:21:52 +03:00
parent 50cfbb6642
commit 9483ad3564
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@ COPY Cargo.lock /home/rust/src/
RUN mkdir /home/rust/src/src && \
echo 'fn main() {}' > /home/rust/src/src/main.rs
RUN sudo chown -R rust:rust .
RUN cargo fetch
RUN cargo build --release