Skip to content
Snippets Groups Projects
Commit 4982947f authored by Martin Claesson's avatar Martin Claesson
Browse files

ci: Trying to optimize the docker file build

parent 90cd29ea
Branches
Tags
No related merge requests found
......@@ -14,6 +14,7 @@ variables:
build:resources:
script:
- cargo build
- cargo test
stage: test
rules:
......
......@@ -22,6 +22,7 @@ RUN adduser \
WORKDIR /ropeplay
COPY ./ .
# DEPLOYCOPY ./.cargo ./.cargo
RUN cargo build --release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment