Skip to content
Snippets Groups Projects
Commit 5f26e357 authored by Louis's avatar Louis :fire:
Browse files

Remove container entrypoint

parent c7d1825e
No related branches found
No related tags found
No related merge requests found
Pipeline #477 failed with stages
in 14 seconds
......@@ -28,7 +28,9 @@ run-tests:
- cargo test
compile-desktop:
image: r.lcr.gr/microhacks/rust-ci-builder:latest
image:
name: r.lcr.gr/microhacks/rust-ci-builder:latest
entrypoint: []
stage: compile
# before_script:
# - export CARGO_HOME="${CI_PROJECT_DIR}/.cargo"
......@@ -47,7 +49,9 @@ compile-desktop:
- "run-tests"
compile-web:
image: r.lcr.gr/microhacks/rust-ci-builder:latest
image:
name: r.lcr.gr/microhacks/rust-ci-builder:latest
entrypoint: []
stage: compile
# before_script:
# - export CARGO_HOME="${CI_PROJECT_DIR}/.cargo"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment