Skip to content

Commit

Permalink
Prevent artifact downloading in cargo:publish gitlab-ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
akubera committed Oct 28, 2024
1 parent 360496c commit 6f6fe53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@ cargo-publish:
- master
allow_failure: true
cache: []
# disable downloading artifacts
dependencies: []
variables:
CARGO_HOME: /usr/local/cargo
script:
Expand Down

0 comments on commit 6f6fe53

Please sign in to comment.