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

Disable cache

parent 89ac1177
No related branches found
No related tags found
No related merge requests found
Pipeline #476 failed with stages
in 14 seconds
...@@ -30,17 +30,17 @@ run-tests: ...@@ -30,17 +30,17 @@ run-tests:
compile-desktop: compile-desktop:
image: r.lcr.gr/microhacks/rust-ci-builder:latest image: r.lcr.gr/microhacks/rust-ci-builder:latest
stage: compile stage: compile
before_script: # before_script:
- export CARGO_HOME="${CI_PROJECT_DIR}/.cargo" # - export CARGO_HOME="${CI_PROJECT_DIR}/.cargo"
- export PATH="${CI_PROJECT_DIR}/.cargo/bin:$PATH" # - export PATH="${CI_PROJECT_DIR}/.cargo/bin:$PATH"
cache: # cache:
key: build-cache-windows # key: build-cache-linux
paths: # paths:
- .cargo/registry/cache # - .cargo/registry/cache
- .cargo/registry/index # - .cargo/registry/index
- .cargo/git/db # - .cargo/git/db
- .cargo/bin/ # - .cargo/bin/
- target/ # - target/
script: script:
- cargo build --release - cargo build --release
dependencies: dependencies:
...@@ -49,17 +49,17 @@ compile-desktop: ...@@ -49,17 +49,17 @@ compile-desktop:
compile-web: compile-web:
image: r.lcr.gr/microhacks/rust-ci-builder:latest image: r.lcr.gr/microhacks/rust-ci-builder:latest
stage: compile stage: compile
before_script: # before_script:
- export CARGO_HOME="${CI_PROJECT_DIR}/.cargo" # - export CARGO_HOME="${CI_PROJECT_DIR}/.cargo"
- export PATH="${CI_PROJECT_DIR}/.cargo/bin:$PATH" # - export PATH="${CI_PROJECT_DIR}/.cargo/bin:$PATH"
cache: # cache:
key: build-cache-windows # key: build-cache-web
paths: # paths:
- .cargo/registry/cache # - .cargo/registry/cache
- .cargo/registry/index # - .cargo/registry/index
- .cargo/git/db # - .cargo/git/db
- .cargo/bin/ # - .cargo/bin/
- target/ # - target/
script: script:
- rm -rf forge-script-web/out - rm -rf forge-script-web/out
- mkdir -p forge-script-web/out - mkdir -p forge-script-web/out
......
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