Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit c74da82

Browse files
committed
Try to remove the caching from the build
1 parent d307019 commit c74da82

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@ variables:
1212
BUILD_ARCH: amd64
1313
CARGO_TARGET: x86_64-unknown-linux-gnu
1414

15-
cache:
16-
key: "${CI_JOB_NAME}"
17-
policy: pull
18-
paths:
19-
- ${CI_PROJECT_DIR}/target/
20-
- ${CI_PROJECT_DIR}/cargo/
21-
2215
.releaseable_branches: # list of git refs for building GitLab artifacts (think "pre-release binaries")
2316
only: &releaseable_branches
2417
- master

0 commit comments

Comments
 (0)