We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafe527 commit 9982ebaCopy full SHA for 9982eba
.gitlab-ci.yml
@@ -11,12 +11,6 @@ variables:
11
CARGO_HOME: "${CI_PROJECT_DIR}/.cargo"
12
CARGO_TARGET: x86_64-unknown-linux-gnu
13
14
-cache:
15
- key: "${CI_JOB_NAME}"
16
- paths:
17
- - ./target
18
- - ./.cargo
19
-
20
.releaseable_branches: # list of git refs for building GitLab artifacts (think "pre-release binaries")
21
only: &releaseable_branches
22
- stable
0 commit comments